Block only margin
Posted: Fri Nov 02, 2012 2:19 am
<div id="seite" class="">
#seite {
color: #515151;
font-family: Georgia,serif;
height: 1px;
left: 0;
margin: 110px auto auto;
padding: 0 160px 0 0;
width: 1000px;
z-index: 10;
}
Hi, i want to block only the """110px""" thing from the margin, so that only ""auto auto"" is left.
How do i do?
#seite {
color: #515151;
font-family: Georgia,serif;
height: 1px;
left: 0;
margin: 110px auto auto;
padding: 0 160px 0 0;
width: 1000px;
z-index: 10;
}
Hi, i want to block only the """110px""" thing from the margin, so that only ""auto auto"" is left.
How do i do?