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