Untitled
unknown
plain_text
2 years ago
758 B
2
Indexable
.table2 { display:flex; flex-direction:column; justify-content: center; border-collapse: collapse; border: 0.1vmin solid #eee8d5; background-color: #002b36; padding: 0 2vmin 2vmin 2vmin; } .table2 th, .table2 td, .table2 tr { width: 15vmin; border: 0.1vmin solid #eee8d5; padding: 1vmin; font-size: 1.25vmin; text-align: center; background-color: #073642; font-weight: bold; text-transform: uppercase; color: #eee8d5; } .table2 tr{ background-color: #586e75; } .table2 tr:hover { background-color: #f5f5f5; } .table2 .submit-btn2{ background-color: #859900; color: #eee8d5; margin-top:0.5vmin; } .table2 .submit-btn2:hover{ background-color: #eee8d5; color: #002b36; }
Editor is loading...