PHP Classes

File: example.css

Recommend this page to a friend!
  Classes of Martin Weis   CSS Tree Class   example.css   Download  
File: example.css
Role: Auxiliary data
Content type: text/plain
Description: an example css file
Class: CSS Tree Class
Parse CSS files into a tree data structure
Author: By
Last change: This was the wrong example css file, sorry
Date: 18 years ago
Size: 388 bytes
 

Contents

Class file image Download
body { margin:20px 20px 0px 20px; } #main { border:1px solid #000; background:#fff; } #main #menu { border-left:1px solid #000; border-bottom:1px solid #000; float:right; width:230px; background:#eee; margin:0px 0px 10px 10px; } p,h1,pre { margin:0px 10px 10px 10px; } h1 { font-size:14px; padding-top:10px; } #menu p { font-size:10px}