Index page done

This commit is contained in:
2022-04-15 23:33:57 -03:00
parent 38f97e1acc
commit d5f6c5aee0
15 changed files with 250 additions and 9 deletions

17
src/styles.scss Normal file
View File

@@ -0,0 +1,17 @@
html, body {
margin: 0;
padding: 0;
}
body {
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap');
font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
img {
user-select: none;
}