Tuesday, June 11, 2019

Tabele u HTML5

https://www.w3schools.com/css/css_table.asp

https://divtable.com/table-styler/




//Super table CSS:

  tr:hover {background-color: LIGHTSTEELBLUE;}

tr {background-color:white;}

tr:nth-child(even) {background-color: #f2f2f2;}

tr:nth-child(even):hover {background-color: LIGHTSTEELBLUE;}

th, td {
border-bottom: 1px solid olive;
}

tr {
border: 1px solid green;
}

table {
border-collapse: collapse;
}

td a { color: #ffffff; text-decoration: none; display: block; background-color: gray; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 1px; line-height: 30px; }
td a:hover { color: #ffffff; text-decoration: none; background-color: black; }

th {
background-color: STEELBLUE;
color: white;
}






No comments:

Post a Comment

Коментар: