Initial commit from Create Next App

This commit is contained in:
Julian Tölle 2021-03-13 15:16:57 +01:00
commit 42ec5539dc
12 changed files with 2105 additions and 0 deletions

16
styles/globals.css Normal file
View file

@ -0,0 +1,16 @@
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}