Advertisement
Billyeee

Table CSS

Feb 7th, 2021
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. body {
  2.   background-color: grey;
  3. }
  4.  
  5. /* tables */
  6. table {
  7.   border: 2px solid navy;
  8. }
  9.  
  10. td {
  11.   border: 1px solid black;
  12. }
  13.  
  14. /* classes */
  15. .code {
  16.   font-family: monospace;
  17.   background-color: white;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement