redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 21 additions and 0 deletions
Showing only changes of commit d7c4340232 - Show all commits

View File

@ -0,0 +1,21 @@
html {
height: 100%;
}
body {
}
.header-image-home {
min-height: 50%;
width: 100%;
position: fixed;
top: 0;
}
.page-title {
font-family: sans-serif;
font-size: 4vw;
position: relative;
box-shadow: 3px;
}