From e6de0b2666aba73170842936644f464f5ef19edd Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 15 Feb 2020 22:00:26 +0100 Subject: [PATCH] Time styles --- client/src/renderers/styles/welcome.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/renderers/styles/welcome.css b/client/src/renderers/styles/welcome.css index aa67673..a9a5800 100644 --- a/client/src/renderers/styles/welcome.css +++ b/client/src/renderers/styles/welcome.css @@ -7,4 +7,12 @@ 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'; } \ No newline at end of file