Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Leandro Antonello | > | Page Header | > | css/styles.css | > | Download | ||
|
Download |
/* Document : styles.css (Base CSS Document) Author : Leandro Antonello <lantonello@gmail.com> */ root { display: block; } html, body { width:100%; height:100%; } body { margin:10px; font-family:sans-serif; font-size:20px; background-color:#99ccff; color: #336699; } |