2025-01-30 02:29:36 +00:00
|
|
|
*, *::before, *::after {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
height: 100vh;
|
|
|
|
width: auto;
|
2025-01-30 04:39:21 +00:00
|
|
|
background-image: url("/img/background.png");
|
2025-01-30 02:29:36 +00:00
|
|
|
display: flex;
|
2025-01-30 04:39:21 +00:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2025-01-30 02:29:36 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
height: 75vh;
|
|
|
|
width: auto;
|
2025-01-30 03:07:31 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
2025-01-30 03:42:42 +00:00
|
|
|
.cupcakes {
|
2025-01-30 03:37:53 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2025-01-30 03:07:31 +00:00
|
|
|
height: 44vh;
|
2025-01-30 03:37:53 +00:00
|
|
|
width: 32vw;
|
2025-01-30 03:07:31 +00:00
|
|
|
top: 15vh;
|
2025-01-30 03:37:53 +00:00
|
|
|
left: 12vw;
|
|
|
|
padding-left: 2rem;
|
|
|
|
padding-top: 2rem;
|
2025-01-30 03:07:31 +00:00
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
2025-01-30 02:29:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 100%;
|
|
|
|
width: auto;
|
|
|
|
object-fit: contain;
|
2025-01-30 03:07:31 +00:00
|
|
|
}
|
2025-01-30 04:39:21 +00:00
|
|
|
|
|
|
|
header {
|
|
|
|
width: 100vw;
|
|
|
|
height: 10vh;
|
|
|
|
background: hotpink;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
width: 100vw;
|
|
|
|
height: 10vh;
|
|
|
|
background: hotpink;
|
2025-01-30 14:05:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tile {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileOne {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 26.61%;
|
|
|
|
top: 25.78%;
|
|
|
|
width: 10.05%;
|
|
|
|
height: 16.25%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileTwo {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 38.39%;
|
|
|
|
top: 25.94%;
|
|
|
|
width: 11.2%;
|
|
|
|
height: 16.64%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileThree {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 50.52%;
|
|
|
|
top: 25.78%;
|
|
|
|
width: 11.88%;
|
|
|
|
height: 17.34%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileFour {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 63.44%;
|
|
|
|
top: 25.94%;
|
|
|
|
width: 10.89%;
|
|
|
|
height: 17.27%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileFive {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 25.68%;
|
|
|
|
top: 43.05%;
|
|
|
|
width: 10.94%;
|
|
|
|
height: 17.27%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileSix {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 37.81%;
|
|
|
|
top: 43.59%;
|
|
|
|
width: 11.41%;
|
|
|
|
height: 17.03%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileSeven {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 49.74%;
|
|
|
|
top: 43.44%;
|
|
|
|
width: 12.5%;
|
|
|
|
height: 17.73%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileEight {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 62.76%;
|
|
|
|
top: 43.52%;
|
|
|
|
width: 12.4%;
|
|
|
|
height: 17.73%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileNine {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 24.74%;
|
|
|
|
top: 60.94%;
|
|
|
|
width: 10.57%;
|
|
|
|
height: 16.48%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileTen {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 37.03%;
|
|
|
|
top: 61.33%;
|
|
|
|
width: 11.77%;
|
|
|
|
height: 16.56%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileEleven {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 49.64%;
|
|
|
|
top: 61.64%;
|
|
|
|
width: 12.03%;
|
|
|
|
height: 17.19%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileTwelve {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 62.55%;
|
|
|
|
top: 61.8%;
|
|
|
|
width: 13.07%;
|
|
|
|
height: 17.11%;
|
|
|
|
z-index: 2;
|
2025-01-30 04:39:21 +00:00
|
|
|
}
|