Guest User

Untitled

a guest
Feb 27th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /*
  2. filename: basic.css
  3.  
  4. http://unlicense.org/
  5. author: gregory tomlinson
  6. */
  7.  
  8. *{ padding:0; margin:0; }
  9. h1,h2,h3,h4,h5,h6,input,textarea,select,option, body {
  10. font-family:Arial, sans-serif;
  11. font-size:11px;
  12. font-weight:normal;
  13. color:#333;
  14. }
  15. .hr {
  16. clear:both;
  17. float:none;
  18. }
  19. .hr hr {
  20. display:none;
  21. }
  22. #top {
  23.  
  24. }
  25. #middle {
  26.  
  27. }
  28. #bottom {
  29.  
  30. }
Add Comment
Please, Sign In to add comment