mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
12 lines
173 B
CSS
12 lines
173 B
CSS
|
/* GLOBAL CSS */
|
||
|
|
||
|
body {
|
||
|
background-color: rgb(28, 28, 28);
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
|
||
|
/* END OF GLOBAL CSS */
|