Advertisement
lessientelrunya

table css

Jun 27th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. table
  2. {
  3.     border: 5px solid red;
  4. }
  5.  
  6. tr
  7. {
  8.     height: 50px;
  9. }
  10.  
  11. td
  12. {
  13.     /* Lots being applied here! */
  14.     background-color: black;
  15.     color: white;
  16.     font-size: 22pt;
  17.     font-family: georgia;
  18.     text-align: center;
  19.     width: 50px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement