1
0
web-semprace/css/styles.css
2022-10-31 10:42:51 +01:00

40 lines
634 B
CSS

* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.red {
color: #e63946;
}
body {
background-color: #FFF7E1;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 100vh;
font-family: 'Source Code Pro', monospace;
}
.content{
display: flex;
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: #161340;
font-weight: bold;
font-size: 1.5rem;
}