*quickie CSS Q
*quickie CSS Q
Out of context: Reply #11
- Started
- Last post
- 17 Responses
- popovich0
this works just the way it suppposed to. :) thanks, sp!
p.s. body still needs text-align - and it does the alignment alright. ;)
body {
background:#f4f4f4;
margin:5%;
padding:0px;
text-align: center;
overflow: auto;
}#mid {
position:relative;
display:block;
margin:auto;
width:670px;
height:450px;
background:#ffffff;
padding:10px;
border:10px solid #444444;
text-align:center;
}