Index page done

This commit is contained in:
2022-05-30 16:45:30 -03:00
parent f822c2a3cf
commit 33e0eba02f
5 changed files with 118 additions and 6 deletions

18
public/styles/global.css Normal file
View File

@@ -0,0 +1,18 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", "Arial";
}
div, main {
font-family: "Be Vietnam Pro", "Arial";
}