diff --git a/games/index.html b/games/index.html index 067b634..b71b236 100644 --- a/games/index.html +++ b/games/index.html @@ -128,4 +128,85 @@ /* Individuelle Farben für die Spiele */ .star-wars .icon-box { background: linear-gradient(135deg, #00c6ff, #0072ff); } - .football .icon-box { background: linear \ No newline at end of file + .football .icon-box { background: linear-gradient(135deg, #11998e, #38ef7d); } + .chess .icon-box { background: linear-gradient(135deg, #8e2de2, #4a00e0); } + .future .icon-box { background: linear-gradient(135deg, #434343, #000000); border: 1px dashed #666; } + + .card-content h3 { + margin-bottom: 5px; + font-size: 1.2rem; + } + + .card-content span { + font-size: 0.9rem; + color: #888; + } + + /* --- Zurück Button --- */ + .back-link { + margin-top: 50px; + color: #666; + text-decoration: none; + font-size: 0.9rem; + transition: color 0.2s; + } + .back-link:hover { + color: white; + } + + + +
+ ++ Willkommen in der Sammlung. Wähle eine Simulation, um zu starten. +
+ +