1
0
This commit is contained in:
Filip Rojek 2022-10-31 11:05:24 +01:00
parent df62f08f9c
commit 15e5eee880
2 changed files with 1 additions and 41 deletions

View File

@ -1,40 +0,0 @@
* {
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;
}

View File

@ -26,7 +26,7 @@
<meta name="google-site-verification" content="95ajJo4LsoVNgG60HxS8CVzmIFHoj3w2NQ-H-YyijIw" />
<title>PKM PARTY PLES</title>
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/css/styles_v1.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap" rel="stylesheet" />