Willkommen beim Lorem Ipsum Game
-Teste deine Fähigkeiten im Umgang mit Lorem Ipsum Texten! Je schneller und genauer du bist, desto höher ist dein Score. Viel Spaß beim Spielen!
-Wähle eine Option aus der Navigation, um zu starten.
-
- diff --git a/assets/css/custom.css b/assets/css/custom.css index 352d024..feb608c 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -14,10 +14,22 @@ body { } .navbar .nav-link { color: #fff; - transition: color 0.3s; + transition: color 0.3s, background-color 0.3s; + margin: 0 5px; } .navbar .nav-link:hover { - color: #ffd166; + background-color: #ffd166; + color: #1b1b2f; + border-radius: 6px; + padding: 5px 10px; +} + +.navbar .nav-link.active { + background-color: #ffd166; + color: #1b1b2f; + font-weight: bold; + border-radius: 6px; + padding: 5px 10px; } /* Main content styles */ @@ -76,31 +88,34 @@ button:hover, .btn:hover { /* Sidebar Styles */ #sidebar { width: 240px; - height: auto; + min-height: auto; background: linear-gradient(180deg, #1b1b2f, #4a6fa5); color: white; padding: 25px; } - -.logo { - font-size: 24px; - margin-bottom: 30px; -} -#logo-img { - max-width: 400px; - width: 90%; - height: auto; -} #sidebar .nav-link { margin: 0.5rem 0; - transition: all 0.3s; + transition: color 0.3s, background-color 0.3s; color: white; + padding: 5px 10px; + border-radius: 6x; } #sidebar .nav-link:hover { - color: #ffd166; - background-color: rgba(255,255,255,0.1); + color: #1b1b2f; border-radius: 6px; } +#sidebar .nav-link.active { + color: #1b1b2f; + font-weight: bold; + background-color: #ffd166; + border-radius: 6px; + padding: 5px 10px; +} +#logo-img { + max-width: 500px; + width: 100%; + height: auto; +} #main-area { flex: 1; background: #f3f4f6; @@ -149,6 +164,10 @@ button:hover, .btn:hover { display: flex; overflow-x: auto; } + #sidebar .nav-link { + flex: 0 0 auto; + margin: 0 10px; + } } @media (min-width: 1200px) { body { diff --git a/image/icon_l.png b/image/icon_l.png new file mode 100644 index 0000000..84ae9f7 Binary files /dev/null and b/image/icon_l.png differ diff --git a/image/icon_loremIpsum2.png b/image/icon_loremIpsum2.png new file mode 100644 index 0000000..df644c9 Binary files /dev/null and b/image/icon_loremIpsum2.png differ diff --git a/index.html b/index.html index 894f177..9da057b 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@
Teste deine Fähigkeiten im Umgang mit Lorem Ipsum Texten! Je schneller und genauer du bist, desto höher ist dein Score. Viel Spaß beim Spielen!
-Wähle eine Option aus der Navigation, um zu starten.
-
-