Use a table to show information
[valheim_web.git] / backend / style.scss
1 @font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); }
2 @font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); }
3 @font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); }
4 @font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); }
5
6 body {
7   font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
8   text-shadow: 2px 2px 2px rgb(112, 112, 112);
9   color: #bdbdbd;
10   background-color: #252525;
11 }
12
13 table {
14   margin: 10px
15 }
16
17 table td {
18   padding: 5px
19 }
20
21 h1 {
22   font-size: x-large;
23   margin: 20px;
24 }
25
26 p {
27   font-size: medium;
28   margin: 12px;
29 }
30
31 img {
32   border: 0px;
33 }