How can I reduce this CSS code ?
Posted: Fri Jul 25, 2008 5:25 pm
Hi there.
Do you know how I can reduce this code in 1 line :
Do you know how I can reduce this code in 1 line :
Code: Select all
body {
background-color: #615a49;
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #F4F5EF;
text-align: center;
margin: 0px auto;
min-height: 100%;
height: 100%;
line-height: 17px;
}