mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
14 lines
180 B
CSS
14 lines
180 B
CSS
body {
|
|
background: #eee;
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.content {
|
|
margin-top: 100px;
|
|
}
|