develop #13

Merged
Rhayllon_Daudt merged 29 commits from develop into main 2022-10-13 19:32:02 +00:00
2 changed files with 14 additions and 1 deletions
Showing only changes of commit de98eee37f - Show all commits

View File

@ -0,0 +1,10 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Inter', sans-serif;
color: #000000;
}

View File

@ -4,7 +4,10 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="./assets/styles/main.css" />
<title>Landing Page</title>
</head> </head>
<body> <body>