Project

General

Profile

Bug #307 » acss.css

The CSS (not really important) - Vincenzo Romano, 02/26/2010 03:37 PM

 
body {
margin:0;
padding:0;
background:gray;
}

div.lean {
font-family:monospace;
overflow:hidden;
padding:5px;
}

div#time {
position:absolute;
top:0;left:0;width:4em;height:1.5em;
color:green; background:black;
}

div#head {
font-variant:small-caps;
font-weight:bold;
font-size:larger;
text-align:center;
background:olive;
}

div#menu {
background:navy;
}

div#main {
background:silver;
color:black;
}

div#tail {
background:teal;
color:white;
}
(2-2/5)