Advertisement
Adji01

Untitled

Aug 18th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. table, th, td{
  2.     border-top: 2px solid red;
  3.     border-right: 2px groove yellow;
  4.     border-left: 2px dashed green;
  5.     border-bottom: 2px dotted pink;
  6. }
  7. table{
  8.     width: 100%;
  9. }
  10. th{
  11.     height: 50px;
  12.     background-color: mediumpurple;
  13.     color: mintcream;
  14.     font-family: consolas;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement