site-manual-notifier/static/css/display.css

22 lines
296 B
CSS
Raw Normal View History

2020-07-24 00:07:07 +00:00
* {
transition-property: all;
transition-timing-function: ease-in-out;
}
html > body {
2020-07-05 10:40:39 +00:00
margin: 0px;
}
2020-07-24 00:07:07 +00:00
html > body > main > section {
position: fixed;
top: 0;
left: 0;
2020-07-05 10:40:39 +00:00
}
2020-07-24 00:07:07 +00:00
html > body > main > section > article {
text-align: center;
2020-07-05 10:40:39 +00:00
}
2020-07-24 00:07:07 +00:00
.transparent {
opacity: 0;
2020-07-05 10:40:39 +00:00
}