odyssey-client/src/style.scss

28 lines
379 B
SCSS
Raw Permalink Normal View History

2020-10-05 13:10:12 +00:00
html,
body {
margin: 0;
padding: 0;
background-color: black;
}
2020-10-05 15:35:29 +00:00
#ui-cont {
display: flex;
align-items: center;
justify-content: center;
p {
font-size: 20pt;
color: white;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-style: italic;
}
}
#renderer,
#ui-cont {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}