Guest User

Untitled

a guest
Oct 15th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /**
  2. * Columns in HTML4+ and CSS2+
  3. */
  4.  
  5. body {
  6. font-family: "Helvetica Neue", "Trebuchet MS", sans-serif;
  7. font-weight: 300;
  8. }
  9.  
  10. #container {
  11. margin: 0 auto;
  12. width: 75%;
  13. }
  14.  
  15. .clearer {
  16. clear: both;
  17. }
  18.  
  19. #grid {
  20. list-style: none;
  21. }
  22.  
  23. #grid li {
  24. float: left;
  25. width: 33%;
  26. }
Add Comment
Please, Sign In to add comment