diff --git a/client/src/renderers/styles/login.css b/client/src/renderers/styles/login.css new file mode 100644 index 0000000..27694c1 --- /dev/null +++ b/client/src/renderers/styles/login.css @@ -0,0 +1,11 @@ +.login { + position: fixed; + top: 0; + left: 0; + color: white; + font-family: 'robotomedium'; + font-size: 25px; + background: rgb(46, 46, 46); + width: 100%; + height: 100%; +} \ No newline at end of file