Adding information about backup (WIP)
[valheim_web.git] / backend / style.scss
index 8cd13ad..1ae90bd 100644 (file)
@@ -1,19 +1,26 @@
-* {
-  margin: 50px;
-  padding: 0px;
-}
+@font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); }
+@font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); }
+@font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); }
+@font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); }
 
 body {
-   font-size: 18px;
-   text-shadow: 2px 2px 2px #DDD;
-   text-align: center;
-   line-height: 30px;
-   color: #5b5b5b;
-   background-color: #ededed;
-   margin: 0px;
+  font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
+  text-shadow: 2px 2px 2px #DDD;
+  text-align: center;
+  color: #ededed;
+  background-color: #5b5b5b;
+}
+
+h1 {
+  font-size: 25px;
+  margin: 20px;
+}
+
+p {
+  font-size: 18px;
+  margin: 12px;
 }
 
 img {
   border: 0px;
 }
-