/ Published in: CSS
some foundation styles used in every sheet (work in progress)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.hide{ display:none; visibility:hidden; } .left{ float:left; } .right{ float:right; } .clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow: hidden; } b, strong {font-weight: bold} i, em {font-style: italic;} u {text-decoration: underline;} a:link { color: #3366ff; } a:visited { color: #6633cc; } a:focus { } a:hover { } a:active { color: #ff0000; } a img{ border:none; }
URL: http://snipplr.com/users/marcoba/