From 9397077e8904cb52bb2a2749de2abbe08433caa0 Mon Sep 17 00:00:00 2001 From: xiggi <37023182+xiggeush@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:52:19 +0200 Subject: [PATCH 1/2] Add files via upload Fixed: - banner responsive Added: - more space to: .container .title, / .p - a:hover / a:active classes to links Changed: - Scrollbar width --- styles.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/styles.css b/styles.css index b1e53c1..3297894 100644 --- a/styles.css +++ b/styles.css @@ -17,7 +17,7 @@ ::-webkit-scrollbar { height: 15px; - width: 15px; + width: 10px; } ::-webkit-scrollbar-track { @@ -82,6 +82,16 @@ footer { width: 100%; } +footer a { + margin-right: 5px; + text-decoration: none; +} + +footer a:hover, footer:active { + color: #fff; + transition: 0.2s; +} + footer div { padding: 50px 0px 30px 0px; text-align: center; @@ -116,10 +126,10 @@ nav { background-size: 64px; width: 150px; height: 30px; + overflow: hidden; } .banner { - width: 1200px; height: 200px; object-fit: cover; display: block; @@ -127,7 +137,7 @@ nav { } .banner img { - width: 1200px; + width: 100%; height: 200px; object-fit: cover; display: block; @@ -152,10 +162,18 @@ nav { } .banner div { + background-image: url(assets/textures/void_stone.png); + image-rendering: pixelated; + image-rendering: -moz-crisp-edges; + image-rendering: crisp-edges; + background-size: 64px; display: flex; position: absolute; - top: 10px; - left: 10px; + top: 0; + left: 0; + overflow: hidden; + max-width: 100%; + /* width: 100%;*/ } .banner p { @@ -168,12 +186,34 @@ nav { .banner a { padding: 10px; + float: left; + display: block; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; +} + +.banner a:hover, .banner a:active { + color: #fff; + transition: 0.2s; +} + +p.intro { + text-align: center; + margin-top: 3em; + margin-bottom: 3em; } a { color: #9090ff; } +a:hover, a:active { + color: #fff; + transition: 0.2s; +} + main { max-width: 800px; margin: auto; @@ -200,7 +240,7 @@ main img { image-rendering: -moz-crisp-edges; image-rendering: crisp-edges; background-size: 64px; - padding: 4px; + padding: 10px; box-shadow: inset 0 0 10px #000000; font-size: 18px; } From f758a45d695c2d5f94f2ded9eaa4787205162b21 Mon Sep 17 00:00:00 2001 From: xiggi <37023182+xiggeush@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:53:41 +0200 Subject: [PATCH 2/2] Add files via upload Added: - p class, - br without footer links to better mobile look --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 177cd4a..26582ae 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
-

+

Embark on an thrilling journey across vast landscapes,
exploring the deepest of caves
unseen by daylight. Discover ancient minerals, untouched by time,
as you discover more in this forgotten @@ -90,6 +90,7 @@

Legal Guidelines +
Github Youtube Discord