Thursday, April 20, 2006

Stylesheet Generator

A CSS stylesheet generator, you can select to customize links, fonts, forms and body

Full output stylesheet looks like :
a {
color: #000080;
text-decoration: underline;
}
a:hover {
color: #C00000;
text-decoration: underline;
}
body {
color: #000000;
font-size: 12;
font-family: Arial;
}
input {
background-color: #D4D4D4;
color: #666666;
font-family: Arial;
font-size: 11;
}
body {
background-color: #FFFFFF;
margin-top: 1 px;
margin-left: 1 px;
margin-right: 1 px;
margin-bottom: 1 px;
}


> Stylesheet Generator <

No comments: