replace index & start on Header

This commit is contained in:
2022-05-06 12:53:40 +02:00
parent c9a152fd6a
commit 1876f0d390
4 changed files with 27 additions and 192 deletions

View File

@@ -1,16 +1,6 @@
html,
body {
padding: 0;
* {
margin: 0;
padding: 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;
}