1
0
This commit is contained in:
Filip Rojek 2022-10-31 11:06:44 +01:00
parent 15e5eee880
commit 1aa95bb1a5

40
css/styles_v1.css Normal file
View File

@ -0,0 +1,40 @@
* {
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;
}
.ccontent{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 5rem;
}
.img_1 {
height: 2.5rem;
}
.img_2 {
height: 25rem;
}
/* .udalost:hover {
text-decoration: line-through;
} */
.udalost {
color: #161340;
font-weight: bold;
font-size: 1.5rem;
}