From d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 12 May 2022 22:44:54 +0200 Subject: Trying to fix SEO a bit with tags and title --- index.html | 6 +++--- style.css | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index b8996aa..38f45e3 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,7 @@ - - + @@ -20,7 +19,8 @@
-

STAR
SHATTER
The Open Source Project

+

Starshatter: The Open Source Project

+
STAR
SHATTER
The Open Source Project
diff --git a/style.css b/style.css index 5ae5c52..120eabb 100644 --- a/style.css +++ b/style.css @@ -46,15 +46,18 @@ nav > a:hover { } nav > a:active { - background-color: #8d810a; + background-color: #8d810a; border-color: #bbb80e; color: #eee; } header { padding: 6em 0; - text-align: center; + text-align: center; +} +.hidden { + display: none; } .star { @@ -74,7 +77,7 @@ header { z-index: -1; } -h1 { +.title { font-family: 'OPTIEdgarBold-Extended', sans-serif; color: black; font-size: 220%; -- cgit v1.1