Untitled
unknown
plain_text
2 years ago
610 B
5
Indexable
.main { font-size: 20px; background-color: pink; letter-spacing: 10px; } table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid; text-align: left; padding: 8px; word-spacing: 20px; } .td2 { border: 1px solid white; text-align: left; padding: 8px; word-spacing: 20px; background-color: white; color: white; } thead:nth-child(even) { background-color: white; } tbody:nth-child(even) { background-color: lightblue; } tr:nth-child(even) { background-color: lightblue; }
Editor is loading...