Advertisement
Adji01

Untitled

Aug 18th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. table ,td , th {
  2.     border: 1px solid salmon;
  3. }
  4. td{
  5.     background-color: lawngreen;
  6.     color: green;
  7.     text-align: right;
  8.     height: 30px;
  9.     vertical-align: middle;
  10.     padding-right: 10px;
  11. }
  12. th{
  13.     background-color: red;
  14.     color: mintcream;
  15.     text-align: right;
  16.     height: 50px;
  17.     vertical-align: bottom;
  18.     padding: 15px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement