mirror of
https://github.com/danbulant/ester_os
synced 2026-07-05 19:11:03 +00:00
Time styles
This commit is contained in:
parent
f0b83ea34d
commit
e6de0b2666
1 changed files with 8 additions and 0 deletions
|
|
@ -7,4 +7,12 @@
|
||||||
|
|
||||||
background: url("/static/images/backgrounds/nightTime.jpg");
|
background: url("/static/images/backgrounds/nightTime.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
}
|
||||||
|
.welcome-time {
|
||||||
|
color: white;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 5px;
|
||||||
|
font-size: 80px;
|
||||||
|
font-family: 'robotomedium';
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue