1
0
This commit is contained in:
2023-11-18 22:33:29 +01:00
parent 3d921ecb9e
commit d35873dbd6
53 changed files with 0 additions and 726 deletions

View File

@ -1,25 +0,0 @@
@font-face {
font-family: open-sans;
font-weight: normal;
font-style: normal;
src: url('fonts/open-sans-regular.woff2') format('woff2'),
url('fonts/open-sans-regular.woff') format('woff'),
url('fonts/open-sans-regular.ttf') format('truetype');
}
@font-face {
font-family: open-sans;
font-weight: normal;
font-style: italic;
src: url('fonts/open-sans-italic.woff2') format('woff2'),
url('fonts/open-sans-italic.woff') format('woff'),
url('fonts/open-sans-italic.ttf') format('truetype');
}
@font-face {
font-family: open-sans;
font-weight: bold;
font-style: normal;
src: url('fonts/open-sans-bold.woff2') format('woff2'),
url('fonts/open-sans-bold.woff') format('woff'),
url('fonts/open-sans-bold.ttf') format('truetype');
}

View File

@ -1,8 +0,0 @@
:root {
--clr-blue: #444b64;
--clr-red: #d65343;
--clr-green: #90a9a1;
--clr-grey-400: #e2ba84;
--clr-grey-200: #f2dfc7;
}

View File

@ -1,5 +0,0 @@
.content {
display: flex;
flex-direction: column;
margin: 2rem 8rem;
}

View File

@ -1,25 +0,0 @@
* {
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;
align-items: center;
flex-direction: column;
}
.flex-row {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}

View File

@ -1 +0,0 @@