update
This commit is contained in:
parent
15e5eee880
commit
1aa95bb1a5
40
css/styles_v1.css
Normal file
40
css/styles_v1.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user