-Annie-

07.Book-Store(Styles)

Feb 6th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. body {
  2.     padding: 0;
  3.     margin: 0;
  4. }
  5.  
  6. table {
  7.     border-collapse: collapse;
  8. }
  9.  
  10. th, td {
  11.     padding: 5px;
  12. }
  13.  
  14. table, th, td {
  15.     border: 1px solid #c6c7cc;
  16. }
Add Comment
Please, Sign In to add comment