added new main site with currently buggy layout
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
BIN
src/main/resources/static/images/indexback.jpg
Normal file
BIN
src/main/resources/static/images/indexback.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 837 KiB |
BIN
src/main/resources/static/images/linda.lang.png
Normal file
BIN
src/main/resources/static/images/linda.lang.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user