diff options
-rw-r--r-- | index.html | 9 | ||||
-rw-r--r-- | style.css | 32 |
2 files changed, 0 insertions, 41 deletions
@@ -9,15 +9,6 @@ <title>Starshatter: The Open Source Project</title> -<nav> -<a href="#about">About</a> -<a href="#screenshots">Screenshots</a> -<a href="#downloads">Downloads</a> -<a href="#blog">Blog</a> -<a href="#contributing">Contributing</a> -<a href="#community">Community</a> -</nav> - <header> <h1 class="hidden">Starshatter: The Open Source Project</h1> <div class="title">STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></div> @@ -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; |