Nuxt/examples/global-css/css/main.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;
}