This commit is contained in:
2024-09-10 11:08:36 +02:00
parent 8ee14b3984
commit d91c5137c7
9 changed files with 100 additions and 8 deletions

View File

@@ -79,6 +79,21 @@ th {
text-shadow: 5px 5px 1px black;
}
.title {
color: rgb(255, 204, 0);
font-family: "Korinna";
text-align: center;
font-size: 150;
bottom: auto;
height: 100%;
width: 80%;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
text-shadow: 5px 5px 1px black;
}
.question img {
height: 70%;
}