This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyfive/src/screen.scss

34 lines
412 B
SCSS
Raw Normal View History

2020-09-26 00:58:20 +00:00
html,
body {
margin: 0;
padding: 0;
}
body {
height: 100vh;
}
2020-09-27 00:38:43 +00:00
#ui {
2020-09-26 00:58:20 +00:00
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
2020-09-27 00:38:43 +00:00
position: fixed;
top: 0;
left: 0;
p {
font-size: 20pt;
color: white;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-style: italic;
}
2020-09-26 00:58:20 +00:00
}
#app,
2020-09-27 00:38:43 +00:00
#ui {
2020-09-26 00:58:20 +00:00
position: fixed;
top: 0;
left: 0;
}