From a2ec775230934493bdffe7525b666693965eb482 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 19 Oct 2022 00:34:04 +0200 Subject: Removed navigation --- index.html | 9 --------- style.css | 32 -------------------------------- 2 files changed, 41 deletions(-) diff --git a/index.html b/index.html index c870312..ba309a0 100644 --- a/index.html +++ b/index.html @@ -9,15 +9,6 @@ Starshatter: The Open Source Project - -

Starshatter: The Open Source Project

STAR
SHATTER
The Open Source Project
diff --git a/style.css b/style.css index 120eabb..0ea2d93 100644 --- a/style.css +++ b/style.css @@ -19,38 +19,6 @@ body { color: #eee; } -nav { - display: flex; - align-items: center; - flex-direction: row; - flex-wrap: wrap; -} - -nav > a { - flex: 1; - min-width: fit-content; - text-align: center; - display: block; - padding: 0.3em 0.8em; - border: 1px solid #222; - margin: 0.3em; - color: #666; - text-decoration: none; - transition: all 100ms; -} - -nav > a:hover { - background-color: #0a638d; - border-color: #0e84bb; - color: #eee; -} - -nav > a:active { - background-color: #8d810a; - border-color: #bbb80e; - color: #eee; -} - header { padding: 6em 0; text-align: center; -- cgit v1.1