ok fixed i hate css

This commit is contained in:
KZacharski 2023-08-26 18:20:28 +02:00
parent 7c8db37e63
commit 7f48d0798f
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
html, body {
height: 100%;
}
body { body {
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
margin: 0; margin: 0;
@ -7,6 +11,7 @@ background-color: #111;
color: white; color: white;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} .navbar { } .navbar {
position: sticky; position: sticky;
top: 0px; top: 0px;