update
This commit is contained in:
parent
df62f08f9c
commit
15e5eee880
@ -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;
|
|
||||||
}
|
|
@ -26,7 +26,7 @@
|
|||||||
<meta name="google-site-verification" content="95ajJo4LsoVNgG60HxS8CVzmIFHoj3w2NQ-H-YyijIw" />
|
<meta name="google-site-verification" content="95ajJo4LsoVNgG60HxS8CVzmIFHoj3w2NQ-H-YyijIw" />
|
||||||
<title>PKM PARTY PLES</title>
|
<title>PKM PARTY PLES</title>
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" />
|
<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.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<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" />
|
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap" rel="stylesheet" />
|
||||||
|
Loading…
Reference in New Issue
Block a user