Posted By


Corhol on 07/20/06

Tagged


Statistics


Viewed 730 times
Favorited by 5 user(s)

Basic CSS Template


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. body { font-size: 62.5%; padding: 0; margin: 0; }
  2. img { border: 0; }
  3. table { border-collapse: collapse; padding: 0; margin: 0; }
  4. a { text-decoration: none; }
  5.  
  6. .x25 { width: 25%; }
  7. .x33 { width: 33%; }
  8. .x50 { width: 50%; }
  9. .x100 { width: 100%; }
  10.  
  11. .left { float: left; }
  12. .right { float: right; }
  13.  
  14. .bold { font-weight: bold; }
  15. .italic { font-style: italic; }
  16. .underline { text-decoration: underline; }
  17. .caps { text-transform: uppercase; }
  18.  
  19. .hidden { display: none; visibility: hidden; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.