Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- table {
- border-collapse: collapse;
- border: 1px ridge;
- font-family: Trebuchet MS, sans-serif;
- width: 40%;
- }
- th {
- border: 2px inset #9acd32;
- color: white;
- background-color: #32cd32;
- font-weight: lighter;
- text-align: left;
- padding: 5px
- }
- td {
- border-left: 2px inset;
- border-right: 2px inset;
- padding: 5px;
- }
- img {
- width: 1.875em;
- }
- .promoted {
- width: 20%;
- }
- tr:nth-child(2n) {
- background-color: #f5f5dc;
- }
Advertisement
Add Comment
Please, Sign In to add comment