Login   Register  
PHP Classes
elePHPant
Icontem

File: css/styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Leandro Antonello  >  Page Header  >  css/styles.css  >  Download  
File: css/styles.css
Role: Auxiliary data
Content type: text/plain
Description: CSS example file
Class: Page Header
Generate HTTP response and HTML page headers
Author: By
Last change:
Date: 2011-03-23 17:31
Size: 289 bytes
 

Contents

Class file image 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; }