CSS Global Styles


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

some foundation styles used in every sheet (work in progress)


Copy this code and paste it in your HTML
  1. .hide{ display:none; visibility:hidden; }
  2. .left{ float:left; }
  3. .right{ float:right; }
  4. .clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow: hidden; }
  5.  
  6. b, strong {font-weight: bold}
  7. i, em {font-style: italic;}
  8. u {text-decoration: underline;}
  9.  
  10. a:link { color: #3366ff; }
  11. a:visited { color: #6633cc; }
  12. a:focus { }
  13. a:hover { }
  14. a:active { color: #ff0000; }
  15.  
  16. a img{ border:none; }

URL: http://snipplr.com/users/marcoba/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.