pushing the shit

This commit is contained in:
2022-11-04 16:33:50 +01:00
commit 9be2d8d478
3 changed files with 83 additions and 0 deletions

27
style.css Normal file
View File

@@ -0,0 +1,27 @@
html, body {
height: 100%;
background: #262b2b;
margin: 0;
overflow: hidden;
}
.nav {
background: black;
color: white;
padding: 10px;
position: static;
}
.content {
background: violet;
overflow: auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
height: calc(100%);
}
.hackfleisch {
height: 100%;
overflow: hidden;
}