You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
208 B
16 lines
208 B
html,
|
|
body {
|
|
background-color:#ccc;
|
|
}
|
|
|
|
.wrapper {
|
|
width:500px;
|
|
height:500px;
|
|
margin:0 auto;
|
|
background:#ccc;
|
|
position:absolute;
|
|
left:50%;
|
|
top:50%;
|
|
margin-left:-250px;
|
|
margin-top:-250px;
|
|
}
|