mirror of
https://github.com/danbulant/ester_os
synced 2026-06-17 21:31:09 +00:00
18 lines
No EOL
333 B
CSS
18 lines
No EOL
333 B
CSS
.welcome-page {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
background: url("/static/images/backgrounds/nightTime.jpg");
|
|
background-size: cover;
|
|
}
|
|
.welcome-time {
|
|
color: white;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 5px;
|
|
font-size: 80px;
|
|
font-family: 'robotomedium';
|
|
} |