Answers for "col css"

0

add css to class=["col-"]

[class*="col-"] {
    border-color: red;
}
Posted by: Guest on May-06-2020
0

col tag in html

<!-- use the scope tag -->
<table>
  <tr scope="col">Column</tr>
  <tr scope="row">Row</tr>
</table>
Posted by: Guest on May-05-2020

Browse Popular Code Answers by Language