1
0
This commit is contained in:
Filip Rojek 2023-11-18 22:32:40 +01:00
parent d44a7bf56c
commit e40752803a
2 changed files with 14 additions and 0 deletions

View File

@ -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 {
display: flex;
justify-content: center;

View File

@ -17,7 +17,10 @@
</title>
<meta charset="UTF-8">
<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="/nav.css">
<link rel="stylesheet" href="/vars.css">
<link rel="stylesheet" href="/content.css">
<link rel="stylesheet" href="/home.css">