*quickie CSS Q
*quickie CSS Q
Out of context: Reply #8
- Started
- Last post
- 17 Responses
- sp0
try this, play with the 'margin' in the body element to get it about where you want.
too much though and you end up with a vertical scroll.
body {
background:#f4f4f4;
margin:5%;
padding:0px;
}#mid {
position:relative;
display:block;
margin:auto;
width:690px;
height:470px;
background:#ffffff;
padding:10px;
border:10px solid #444444;
text-align:center;
}