init
This commit is contained in:
32
css/styles.css
Normal file
32
css/styles.css
Normal file
@ -0,0 +1,32 @@
|
||||
* {
|
||||
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;
|
||||
}
|
||||
|
||||
.udalost:hover {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.udalost {
|
||||
color: black;
|
||||
}
|
Reference in New Issue
Block a user