8 lines
165 B
CSS
8 lines
165 B
CSS
|
body {
|
||
|
border: 1px solid #000000;
|
||
|
width: 75%;
|
||
|
margin: 20px auto;
|
||
|
position: absolute;
|
||
|
top: 50%; left: 50%;
|
||
|
transform: translate(-50%, -50%);
|
||
|
}
|