1
0
web-semprace/css/styles.css

32 lines
513 B
CSS
Raw Normal View History

2022-10-20 10:52:11 +02:00
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.red {
color: #e63946;
}
body {
background-color: #f1faee;
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;
}
2022-10-20 11:02:42 +02:00
/* .udalost:hover {
2022-10-20 10:52:11 +02:00
text-decoration: line-through;
2022-10-20 11:02:42 +02:00
} */
2022-10-20 10:52:11 +02:00
.udalost {
color: black;
}