Nuxt/test/fixtures/extract-css/assets/global.css

16 lines
177 B
CSS
Raw Normal View History

2018-03-24 08:01:57 +00:00
/* GLOBAL CSS */
body {
background-color: rgb(28, 28, 28);
display: flex;
2018-03-24 08:01:57 +00:00
justify-content: center;
2018-03-24 08:01:57 +00:00
align-items: center;
2018-03-24 08:01:57 +00:00
height: 100vh;
}
/* END OF GLOBAL CSS */