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