PHP Classes

File: css/styles.css

Recommend this page to a friend!
  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: 13 years ago
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; }