ester_os/client/src/renderers/styles/welcome.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';
}