Contents of /www/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 266 - (show annotations)
Tue May 18 15:18:51 2010 UTC (14 years ago) by harbaum
File MIME type: text/css
File size: 225 byte(s)
Changed bg color
1 /* style.css - a simple style sheet */
2 body {
3 margin-left: 10%; margin-right: 10%;
4 color: white; background: darkgrey;
5 font-family: Verdana, sans-serif;
6 }
7
8 h1 { margin-left: -8%;}
9 h2,h3,h4,h5,h6 { margin-left: -4%; }
10
11