Newsletter - css
mercredi 29 octobre 2008
| css
La feuille de style qui est générée se nomme letter.css et se trouve dans le dossier /css/
body { padding:0; margin:0; width:100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:62.5%; } img { border:0; vertical-align: bottom; } .clear { clear: both; visibility: hidden; } h1 { width:100%; border-bottom:1px solid #ff8300; color: #ff8300; font-size: 1.8em; } h2 { width:100%; border-bottom:1px solid #718589; color: #718589; font-size: 1.6em; } h3 { color: #ff8300; font-size: 1.4em; } h4 { color: #718589; font-size:1.3em; } h5 { color: #aab6b8; font-size: 1.2em; } h6 { color: #000000; font-size: 1.1em; }