commit
bdee5f2f99
@ -28,6 +28,13 @@ body {
|
|||||||
gap: 3rem;
|
gap: 3rem;
|
||||||
max-width: 30vw;
|
max-width: 30vw;
|
||||||
}
|
}
|
||||||
|
.link {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.img_1 {
|
.img_1 {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 6vh;
|
max-height: 6vh;
|
||||||
@ -41,7 +48,7 @@ body {
|
|||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
} */
|
} */
|
||||||
.udalost {
|
.udalost {
|
||||||
color: #161340;
|
color: #6B2A25;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
BIN
img/polaroid-web-750-new.png
Normal file
BIN
img/polaroid-web-750-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 705 KiB |
BIN
img/pruh-web-1500-new.png
Normal file
BIN
img/pruh-web-1500-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -26,16 +26,17 @@
|
|||||||
<title>PKM PARTY PLES</title>
|
<title>PKM PARTY PLES</title>
|
||||||
<link rel="canonical" href="https://www.pkmples.cz/" />
|
<link rel="canonical" href="https://www.pkmples.cz/" />
|
||||||
<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_v3.css" />
|
<link rel="stylesheet" href="/css/styles_v4.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" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content" data-nosnippet>
|
<div class="content" data-nosnippet>
|
||||||
<img src="/img/pruh-web-1500.png" alt="sponzoři" class="img_1" />
|
<img src="/img/pruh-web-1500-new.png" alt="sponzoři" class="img_1" />
|
||||||
<img src="/img/polaroid-web-750.png" alt="foto pozvánka" class="img_2" />
|
<img src="/img/polaroid-web-750-new.png" alt="foto pozvánka" class="img_2" />
|
||||||
<div class="link">
|
<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>
|
<a href="https://www.facebook.com/events/616074790100388" target="_blank" class="udalost">odkaz na událost</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user