/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body { font-size: 62.5%; padding: 0; margin: 0; } img { border: 0; } table { border-collapse: collapse; padding: 0; margin: 0; } a { text-decoration: none; } .x25 { width: 25%; } .x33 { width: 33%; } .x50 { width: 50%; } .x100 { width: 100%; } .left { float: left; } .right { float: right; } .bold { font-weight: bold; } .italic { font-style: italic; } .underline { text-decoration: underline; } .caps { text-transform: uppercase; } .hidden { display: none; visibility: hidden; }