added new main site with currently buggy layout

This commit is contained in:
Jottyfan
2024-05-28 18:29:26 +02:00
parent 81d6f79857
commit 8522def65c
7 changed files with 80 additions and 11 deletions

View File

@ -65,6 +65,11 @@ div {
font-family: 'Cabin Sketch' !important;
}
.titlefont {
font-family: 'Cabin Sketch' !important;
font-size: 40px;
}
.headlinefont {
font-family: 'Cabin Sketch' !important;
font-size: xx-large;
@ -442,3 +447,13 @@ div {
max-height: 80vh;
overflow: auto;
}
.indexback {
background-image: url(/CampOrganizer2/images/indexback.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
margin: 0px !important;
padding: 100px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB