Advertisement
Guest User

И с тех пор я перестал доверять Двачу

a guest
May 14th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. body {
  2.     width: 350px;
  3.     margin: 0;
  4.     padding: 0 10px;
  5.     font-size: 14px;
  6.     font-family: Arial, sans-serif;
  7. }
  8.  
  9. table {
  10.     border-collapse: collapse;
  11. }
  12.  
  13. tr {
  14.     width: 100px;
  15. }
  16.  
  17. th {
  18.     padding: 10px;
  19.     background-color: darkcyan;
  20.     color: white;
  21.     border-top: 1px solid black;
  22.     border-bottom: 1px solid black;
  23.     width: 33%;
  24. }
  25.  
  26. td {
  27.     padding: 10px;
  28.     border-bottom: 1px solid lightgray;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement