some more progress on home page

This commit is contained in:
2024-08-27 11:05:00 +02:00
parent 4d1f30e187
commit 536aead3aa
7 changed files with 159 additions and 11 deletions

View File

@@ -1,6 +1,12 @@
body, html {
@import url( 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap' );
@import url( '/css/nav.css' );
@import url( '/css/footer.css' );
body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'Manrope', sans-serif;
}