From 925d3d8c050eac1d699ed3ecc960faf0b6042938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sun, 9 Jun 2024 17:02:58 +0200 Subject: [PATCH] sada --- assets/style.css | 4 +++- stranky/index.html | 4 +++- templates/header.html | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/style.css b/assets/style.css index 802656b..7056b6e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -167,10 +167,12 @@ h1, h2, h3, h4, h5, h6 { #toggle_btn { display: block; + z-index: 200; } .dropdown-content { display: block; + position: relative; } #dropdown_menu { @@ -191,6 +193,6 @@ h1, h2, h3, h4, h5, h6 { } #dropdown_menu.open { - height: fit-content; + height: 280px; } } \ No newline at end of file diff --git a/stranky/index.html b/stranky/index.html index faa13b6..62dc56a 100644 --- a/stranky/index.html +++ b/stranky/index.html @@ -1,4 +1,6 @@

O nás

Vitajte na našej stránke s najlepšími bambusovými ponožkami.

Prečo Bambus?


-

Bambus je úžasný materiál, ktorý je nielen neuveriteľne mäkký a priedušný, ale aj prirodzene antibakteriálny a hypoalergénny. Naše bambusové ponožky vám poskytujú maximálne pohodlie počas celého dňa, pričom zároveň pomáhajú chrániť našu planétu. Bambus rastie rýchlo a nevyžaduje chemické pesticídy ani hnojivá, čo z neho robí ideálny udržateľný zdroj.

\ No newline at end of file +

Bambus je úžasný materiál, ktorý je nielen neuveriteľne mäkký a priedušný, ale aj prirodzene antibakteriálny a hypoalergénny. + Naše bambusové ponožky vám poskytujú maximálne pohodlie počas celého dňa, pričom zároveň pomáhajú chrániť našu planétu. + Bambus rastie rýchlo a nevyžaduje chemické pesticídy ani hnojivá, čo z neho robí ideálny udržateľný zdroj.

\ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 9453984..b67e72b 100644 --- a/templates/header.html +++ b/templates/header.html @@ -7,6 +7,9 @@ \ No newline at end of file