From 55fcf7d4d452ee8949da85298abdd2f629115a98 Mon Sep 17 00:00:00 2001 From: JustSteel Date: Sun, 21 Mar 2021 00:00:34 +0100 Subject: [PATCH] =?UTF-8?q?Men=C5=A1ie=20probl=C3=A9my=20ale=20skoro=20hot?= =?UTF-8?q?ovo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit neni to ešte hotové ale povedal som že dám dneska commit --- websites/styles.css | 87 +++++++++++++++++++++++++++++++++++++++-- websites/travellly.html | 16 +++++++- 2 files changed, 98 insertions(+), 5 deletions(-) diff --git a/websites/styles.css b/websites/styles.css index b9ff64b..836c1e5 100644 --- a/websites/styles.css +++ b/websites/styles.css @@ -4,13 +4,15 @@ nav{ } li{ padding-top: 50px; - padding-bottom: 50px; + padding-bottom: 48px; padding-left: 50px; padding-right: 50px; + margin-right: -5px; display: inline-block; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; - font-size: 18px; + font-size: 20px; transition: background-color 0.5s; + position: relative; } header{ background-color:#0077B6; @@ -32,6 +34,23 @@ li:hover{ } ul{ margin: 0; + margin-left: 280px; +} +label{ + visibility: collapse; + user-select: none; +} +.expandable{ + visibility: collapse; + display: block; + margin-left: 0; + padding-top: 10px; + padding-bottom: 10px; + text-decoration: none; + color: black; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-size: 20px; + text-align: center; } .an{ color: #FFFFFF; @@ -52,8 +71,27 @@ ul{ background-color: black; margin-left: 150px; margin-top: 150px; + position: relative; } -div{ +#ref{ + position: relative; + margin-top: 180px; + margin-left: -30px; + width: 2px; + height: 250px; + border: 2px solid rgba(79, 80, 80, 0.356); + border-radius: 30%; + background: rgba(126, 133, 133, 0.356); +} +#ref2{ + position: relative; + margin-top: 450px; + margin-left: -30px; + width:50; + border: 3px solid rgba(166, 172, 172, 0.39); + border-radius: 50%; +} +#phone, #ref, #ref2, #android{ display: inline-block; float: left; } @@ -61,3 +99,46 @@ a{ text-decoration: none; color: #FFFFFF; } +@media (max-width: 1250px){ + li{ + font-size: 15px; + padding-top: 52px; + padding-bottom: 50.5px; + } + ul{ + margin-top: -98px; + margin-left: 353.5px; + } +} +@media (max-width: 825px){ + ul{ + visibility: collapse; + padding: 0; + } + + label{ + font-size: 40px; + float: right; + margin-top: -86px; + margin-right: 45px; + position: relative; + visibility: visible; + } + .expandable{ + visibility: collapse; + display: block; + position: relative; + margin-left: 400px; + text-decoration: none; + color: black; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-size: 20px; + text-align: center; + } +} +#check{ + display: none; +} +#check:checked ~ * .expandable{ + visibility: visible; +} \ No newline at end of file diff --git a/websites/travellly.html b/websites/travellly.html index e280248..7c3036c 100644 --- a/websites/travellly.html +++ b/websites/travellly.html @@ -3,6 +3,7 @@ Travellly +
@@ -14,13 +15,24 @@
  • O PROJEKTE
  • KONTAKT
  • - +
    - +
    +
    +
    \ No newline at end of file