aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-29 20:05:06 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-29 20:05:06 +0200
commit040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (patch)
treee452aa8ad583607b87d47ef82eabf0bd7e3ab60a /public
parent6baaa14bde032afa363dbdd50119a20e9f47df1c (diff)
downloadfia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.gz
fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.zst
fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.zip
Version 1.0
Diffstat (limited to 'public')
-rw-r--r--public/css/fia.css7
-rw-r--r--public/index.html37
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>