diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/fia.css | 7 | ||||
| -rw-r--r-- | public/index.html | 37 |
2 files changed, 22 insertions, 22 deletions
diff --git a/public/css/fia.css b/public/css/fia.css index beeb18f..80d5b61 100644 --- a/public/css/fia.css +++ b/public/css/fia.css @@ -29,7 +29,6 @@ margin: 50px auto; height: 100px; width: 100px; - border: 2px solid blue; background-size: contain; } .dice-1 { @@ -80,4 +79,8 @@ .chequer-white { background-color: white; border: 4px solid black; -}
\ No newline at end of file +} +.chequer-pink { + background-color: rgb(255, 0, 200); + border: 4px solid black; +} diff --git a/public/index.html b/public/index.html index a5b174a..617de91 100644 --- a/public/index.html +++ b/public/index.html @@ -1,22 +1,19 @@ <!DOCTYPE html> <html lang="en"> - -<head> - <meta charset="UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Fia</title> - <link rel="stylesheet" href="css/bootstrap.min.css"> - <link rel="stylesheet" href="css/fia.css"> -</head> - -<body class="bg-dark text-white"> - <noscript> - <div class="container text-center h1" style="margin-top: 45vh;"> - Tyvärr, men för att spela Fia måste du aktivera skript - </div> - </noscript> - <script src="js/frontend/ts/login.js" type="module"></script> -</body> - -</html>
\ No newline at end of file + <head> + <meta charset="UTF-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Fia</title> + <link rel="stylesheet" href="css/bootstrap.min.css" /> + <link rel="stylesheet" href="css/fia.css" /> + </head> + <body class="bg-dark text-white"> + <noscript> + <div class="container text-center h1" style="margin-top: 45vh"> + Tyvärr, men för att spela Fia måste du aktivera skript + </div> + </noscript> + <script src="js/frontend/ts/login.js" type="module"></script> + </body> +</html> |
