From d2a7b5bf77278d14caa4671f40fedf56056628a9 Mon Sep 17 00:00:00 2001 From: Adam Sramek Date: Sun, 21 Apr 2024 19:14:17 +0200 Subject: [PATCH] update --- Global/Global.css | 14 ++++++++++++-- stranky/COD.html | 4 ++-- stranky/Minecraft.html | 4 ++-- stranky/SCP.html | 4 ++-- stranky/Skyrim.html | 4 ++-- stranky/Subnautica.html | 4 ++-- stranky/Titanfall.html | 4 ++-- stranky/Witcher3.html | 8 ++++++-- stranky/index.html | 2 +- styly/COD.css | 2 +- styly/Hry.css | 2 +- styly/Minecraft.css | 2 +- styly/SCP.css | 2 +- styly/Subnautica.css | 2 +- styly/Titanfall.css | 2 +- styly/Witcher3.css | 2 +- styly/index.css | 4 ++++ 17 files changed, 42 insertions(+), 24 deletions(-) diff --git a/Global/Global.css b/Global/Global.css index 125812c..7010db4 100644 --- a/Global/Global.css +++ b/Global/Global.css @@ -15,6 +15,11 @@ html, body { background-size: cover; } +body { + display: flex; + flex-direction: column; +} + li { list-style: none; } @@ -54,7 +59,7 @@ header { gap: 2rem; } -.navbar #toggle-btn { +.navbar #toggle_btn { display: none; color: #fff; font-size: 1.5rem; @@ -128,7 +133,7 @@ section#hero { /* RESPONSIVE DESIGN */ @media(max-width: 992px) { - .navbar #toggle-btn { + .navbar #toggle_btn { display: block; } @@ -162,6 +167,7 @@ footer { color: #fff; padding: 20px 0; text-align: left; + width: 100%; } .footer-content { @@ -261,6 +267,10 @@ main { width: 80%; left: 10%; position: relative; + display: flex; + flex-direction: column; + align-items: center; + flex-grow: 1; } diff --git a/stranky/COD.html b/stranky/COD.html index e3ce737..9a8a9e0 100644 --- a/stranky/COD.html +++ b/stranky/COD.html @@ -26,7 +26,7 @@ - Call of Duty: Modern Warfare 3 Screenshot + Call of Duty: Modern Warfare 3 Screenshot

Ohlasy

@@ -38,5 +38,5 @@
- Call of Duty: Modern Warfare 3 Screenshot + Call of Duty: Modern Warfare 3 Screenshot \ No newline at end of file diff --git a/stranky/Minecraft.html b/stranky/Minecraft.html index 04bda2f..91a6d09 100644 --- a/stranky/Minecraft.html +++ b/stranky/Minecraft.html @@ -26,7 +26,7 @@ - Minecraft Screenshot + Minecraft Screenshot

Ohlasy

@@ -37,5 +37,5 @@
- Minecraft Screenshot + Minecraft Screenshot \ No newline at end of file diff --git a/stranky/SCP.html b/stranky/SCP.html index 7911dc0..ccce6e9 100644 --- a/stranky/SCP.html +++ b/stranky/SCP.html @@ -25,7 +25,7 @@ - SCP: Secret Laboratory Screenshot + SCP: Secret Laboratory Screenshot

Ohlasy

@@ -36,5 +36,5 @@
- SCP: Secret Laboratory Screenshot + SCP: Secret Laboratory Screenshot \ No newline at end of file diff --git a/stranky/Skyrim.html b/stranky/Skyrim.html index 7b10df6..fa4e6e2 100644 --- a/stranky/Skyrim.html +++ b/stranky/Skyrim.html @@ -28,7 +28,7 @@ - Skyrim Screenshot + Skyrim Screenshot

Ohlasy

@@ -40,5 +40,5 @@
- Skyrim Screenshot + Skyrim Screenshot \ No newline at end of file diff --git a/stranky/Subnautica.html b/stranky/Subnautica.html index c3e2cd4..803214a 100644 --- a/stranky/Subnautica.html +++ b/stranky/Subnautica.html @@ -27,7 +27,7 @@ - Subnautica Screenshot + Subnautica Screenshot

Ohlasy

@@ -39,5 +39,5 @@
- Subnautica Screenshot + Subnautica Screenshot \ No newline at end of file diff --git a/stranky/Titanfall.html b/stranky/Titanfall.html index b433390..6e3ec96 100644 --- a/stranky/Titanfall.html +++ b/stranky/Titanfall.html @@ -28,7 +28,7 @@ - Titanfall 2 Screenshot + Titanfall 2 Screenshot

Ohlasy

@@ -40,5 +40,5 @@
- Titanfall 2 Screenshot + Titanfall 2 Screenshot \ No newline at end of file diff --git a/stranky/Witcher3.html b/stranky/Witcher3.html index 6e81f1b..2ee622b 100644 --- a/stranky/Witcher3.html +++ b/stranky/Witcher3.html @@ -2,8 +2,9 @@

Zaklínač 3

Príbeh

-

Zaklínač 3: Divoký hon sleduje príbeh Geralta z Rivie, lovca príšer, ktorý pátra po svojich nezvestných. - adoptívna dcéra Ciri, ktorú prenasleduje Divoký hon, skupina bojovníkov z iného sveta.

+

Zaklínač 3: Divoký hon sleduje príbeh Geralta z Rivie, lovca príšer, ktorý pátra po svojich nezvestných. + adoptívna dcéra Ciri, ktorú prenasleduje Divoký hon, skupina bojovníkov z iného sveta. +

@@ -19,6 +20,9 @@ rozsiahly otvorený svet a urobte rozhodnutia, ktoré ovplyvnia výsledok príbehu.

+ + +

Vizuály

Zaklínač 3 je známy pre svoje ohromujúce vizuálne prvky s detailnými modelmi postáv, sviežim prostredím a diff --git a/stranky/index.html b/stranky/index.html index 1170a7f..d83d07c 100644 --- a/stranky/index.html +++ b/stranky/index.html @@ -5,7 +5,7 @@

Úvod

V GameHub sme nadšení z hrania. Či už ste hardcore hráč, príležitostný hráč alebo len zvedavý na svet videohier, ste na správnom mieste. Naším poslaním je poskytovať vám najnovšie správy, hĺbkové recenzie, užitočné funkcie a všetko ostatné, čo potrebujete, aby ste zostali informovaní a bavili sa

-
+

Top Hry

1. Witcher 3

diff --git a/styly/COD.css b/styly/COD.css index 9b30f16..125a22a 100644 --- a/styly/COD.css +++ b/styly/COD.css @@ -18,6 +18,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 400px; border-radius: 10px; } \ No newline at end of file diff --git a/styly/Hry.css b/styly/Hry.css index 407801f..b538912 100644 --- a/styly/Hry.css +++ b/styly/Hry.css @@ -27,6 +27,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 600; border-radius: 10px; } \ No newline at end of file diff --git a/styly/Minecraft.css b/styly/Minecraft.css index 51a0b57..2d6b62b 100644 --- a/styly/Minecraft.css +++ b/styly/Minecraft.css @@ -17,6 +17,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 400; border-radius: 10px; } \ No newline at end of file diff --git a/styly/SCP.css b/styly/SCP.css index 9b96623..a86dfe5 100644 --- a/styly/SCP.css +++ b/styly/SCP.css @@ -17,6 +17,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 400; border-radius: 10px; } \ No newline at end of file diff --git a/styly/Subnautica.css b/styly/Subnautica.css index 5389cce..1b9f83a 100644 --- a/styly/Subnautica.css +++ b/styly/Subnautica.css @@ -17,6 +17,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 400; border-radius: 10px; } \ No newline at end of file diff --git a/styly/Titanfall.css b/styly/Titanfall.css index c853e1a..3dbb0c8 100644 --- a/styly/Titanfall.css +++ b/styly/Titanfall.css @@ -18,6 +18,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 400; border-radius: 10px; } \ No newline at end of file diff --git a/styly/Witcher3.css b/styly/Witcher3.css index de20be3..2bf924b 100644 --- a/styly/Witcher3.css +++ b/styly/Witcher3.css @@ -17,6 +17,6 @@ img { display: block; margin: 0 auto; max-width: 100%; - height: auto; + height: 400; border-radius: 10px; } \ No newline at end of file diff --git a/styly/index.css b/styly/index.css index 2abea70..c3586e2 100644 --- a/styly/index.css +++ b/styly/index.css @@ -5,4 +5,8 @@ html, body { .Top_Hry { text-align: center; align-items: center; +} + +#gamesection { + text-align: center; } \ No newline at end of file