1
0
This commit is contained in:
2022-10-31 10:42:51 +01:00
parent 46e59d3796
commit 1e2ac50ca3
5 changed files with 36 additions and 6 deletions

View File

@ -9,7 +9,7 @@
}
body {
background-color: #f1faee;
background-color: #FFF7E1;
display: flex;
justify-content: center;
align-items: center;
@ -22,11 +22,19 @@ body {
justify-content: center;
align-items: center;
flex-direction: column;
gap: 6rem;
}
.img_1 {
height: 3rem;
}
.img_2 {
height: 25rem;
}
/* .udalost:hover {
text-decoration: line-through;
} */
.udalost {
color: black;
color: #161340;
font-weight: bold;
font-size: 1.5rem;
}