noidea
This commit is contained in:
parent
d44a7bf56c
commit
e40752803a
@ -1,3 +1,14 @@
|
|||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
font-family: "Kanit", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--clr-grey-400);
|
||||||
|
}
|
||||||
|
|
||||||
.flex-col {
|
.flex-col {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</title>
|
</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="/variables.css">
|
||||||
|
<link rel="stylesheet" href="/_fonts.css">
|
||||||
<link rel="stylesheet" href="/general.css">
|
<link rel="stylesheet" href="/general.css">
|
||||||
|
<link rel="stylesheet" href="/nav.css">
|
||||||
<link rel="stylesheet" href="/vars.css">
|
<link rel="stylesheet" href="/vars.css">
|
||||||
<link rel="stylesheet" href="/content.css">
|
<link rel="stylesheet" href="/content.css">
|
||||||
<link rel="stylesheet" href="/home.css">
|
<link rel="stylesheet" href="/home.css">
|
||||||
|
Loading…
Reference in New Issue
Block a user