170 lines
2.5 KiB
CSS
170 lines
2.5 KiB
CSS
:root {
|
|
--header-footer-color: #BFD9C688;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: alwaysinmyheart;
|
|
src: url(/site/resources/fonts/alwaysinmyheart.woff2);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: learning-curve-regular;
|
|
src: url(/site/resources/fonts/learning-curve-regular.woff2);
|
|
}
|
|
|
|
*, *::before, *::after {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
font-size: 16px;
|
|
}
|
|
|
|
body {
|
|
height: 100vh;
|
|
width: auto;
|
|
background-image: url("/img/background.png");
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.container {
|
|
height: 80vh;
|
|
width: auto;
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
|
|
img {
|
|
max-height: 100%;
|
|
width: auto;
|
|
object-fit: contain;
|
|
}
|
|
|
|
header {
|
|
width: 100vw;
|
|
height: 8vh;
|
|
background: var(--header-footer-color);
|
|
}
|
|
|
|
footer {
|
|
width: 100vw;
|
|
height: 8vh;
|
|
background: var(--header-footer-color)
|
|
}
|
|
|
|
.tile {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tileOne {
|
|
position: absolute;
|
|
left: 26.61%;
|
|
top: 25.78%;
|
|
width: 10.05%;
|
|
height: 16.25%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileTwo {
|
|
position: absolute;
|
|
left: 38.39%;
|
|
top: 25.94%;
|
|
width: 11.2%;
|
|
height: 16.64%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileThree {
|
|
position: absolute;
|
|
left: 50.52%;
|
|
top: 25.78%;
|
|
width: 11.88%;
|
|
height: 17.34%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileFour {
|
|
position: absolute;
|
|
left: 63.44%;
|
|
top: 25.94%;
|
|
width: 10.89%;
|
|
height: 17.27%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileFive {
|
|
position: absolute;
|
|
left: 25.68%;
|
|
top: 43.05%;
|
|
width: 10.94%;
|
|
height: 17.27%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileSix {
|
|
position: absolute;
|
|
left: 37.81%;
|
|
top: 43.59%;
|
|
width: 11.41%;
|
|
height: 17.03%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileSeven {
|
|
position: absolute;
|
|
left: 49.74%;
|
|
top: 43.44%;
|
|
width: 12.5%;
|
|
height: 17.73%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileEight {
|
|
position: absolute;
|
|
left: 62.76%;
|
|
top: 43.52%;
|
|
width: 12.4%;
|
|
height: 17.73%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileNine {
|
|
position: absolute;
|
|
left: 24.74%;
|
|
top: 60.94%;
|
|
width: 10.57%;
|
|
height: 16.48%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileTen {
|
|
position: absolute;
|
|
left: 37.03%;
|
|
top: 61.33%;
|
|
width: 11.77%;
|
|
height: 16.56%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileEleven {
|
|
position: absolute;
|
|
left: 49.64%;
|
|
top: 61.64%;
|
|
width: 12.03%;
|
|
height: 17.19%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tileTwelve {
|
|
position: absolute;
|
|
left: 62.55%;
|
|
top: 61.8%;
|
|
width: 13.07%;
|
|
height: 17.11%;
|
|
z-index: 2;
|
|
} |