diff --git a/stranky/Hry.html b/stranky/Hry.html index 72eaccc..7e6964e 100644 --- a/stranky/Hry.html +++ b/stranky/Hry.html @@ -1,4 +1,57 @@ -
-

Blog

-

Hry

-
\ No newline at end of file +
+
+

Horror

+
+ Horror Game 1 +

Alien Isolation

+ Learn More +
+
+ Horror Game 2 +

SCP Secret Laboratory

+ Learn More +
+
+ +
+

RPG

+
+ RPG Game 1 +

Witcher 3

+ Learn More +
+
+ RPG Game 2 +

Skyrim

+ Learn More +
+
+ +
+

FPS

+
+ FPS Game 1 +

Titanfall 2

+ Learn More +
+
+ FPS Game 2 +

Call of Duty MW3

+ Learn More +
+
+ +
+

Survival

+
+ Survival Game 1 +

Minecraft

+ Learn More +
+
+ Survival Game 2 +

Subnautica

+ Learn More +
+
+
\ No newline at end of file diff --git a/styly/Hry.css b/styly/Hry.css index a3bee25..ffa4ba8 100644 --- a/styly/Hry.css +++ b/styly/Hry.css @@ -1,3 +1,29 @@ body { background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png); -} \ No newline at end of file +} + +main.grid-container { + display: grid; + grid-template-columns: repeat(2, 1fr); + grid-gap: 20px; + padding: 20px; +} + +.category { + border: 1px solid #ccc; + padding: 20px; +} + +.category h2 { + margin-top: 0; +} + +.game { + margin-top: 20px; + text-align: center; +} + +.game img { + max-width: 100%; + height: auto; +} diff --git a/styly/MC.css b/styly/Minecraft.css similarity index 100% rename from styly/MC.css rename to styly/Minecraft.css