1
0

Merge pull request #1 from fofrweb/update

updates
This commit is contained in:
Filip Rojek 2022-11-09 16:40:08 +01:00 committed by GitHub
commit bdee5f2f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View File

@ -28,6 +28,13 @@ body {
gap: 3rem;
max-width: 30vw;
}
.link {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.img_1 {
max-width: 100%;
max-height: 6vh;
@ -41,7 +48,7 @@ body {
text-decoration: line-through;
} */
.udalost {
color: #161340;
color: #6B2A25;
font-weight: bold;
font-size: 1.5rem;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

BIN
img/pruh-web-1500-new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -26,16 +26,17 @@
<title>PKM PARTY PLES</title>
<link rel="canonical" href="https://www.pkmples.cz/" />
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" />
<link rel="stylesheet" href="/css/styles_v3.css" />
<link rel="stylesheet" href="/css/styles_v4.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" />
</head>
<body>
<div class="content" data-nosnippet>
<img src="/img/pruh-web-1500.png" alt="sponzoři" class="img_1" />
<img src="/img/polaroid-web-750.png" alt="foto pozvánka" class="img_2" />
<img src="/img/pruh-web-1500-new.png" alt="sponzoři" class="img_1" />
<img src="/img/polaroid-web-750-new.png" alt="foto pozvánka" class="img_2" />
<div class="link">
<a href="https://www.kcturnov.cz/ostatni-akce/pkm-party-ples" target="_blank" class="udalost" style="color: #ff0000;">LÍSTKY KUPUJ ZDE</a>
<a href="https://www.facebook.com/events/616074790100388" target="_blank" class="udalost">odkaz na událost</a>
</div>
</div>