diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..8b7b442 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index 843f1b8..1252ab4 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,16 @@ + + Spitfire + + + + + +
@@ -27,9 +35,17 @@

- - diff --git a/styles.css b/styles.css index a32c6e2..21da977 100644 --- a/styles.css +++ b/styles.css @@ -36,6 +36,21 @@ body { text-decoration: underline; /* Add underline on hover */ } + .clean-link-text a { + color: #a7a7a7; + text-decoration: none; /* Remove default underline */ + } + + .bottom-text { + text-align: center; + color: rgb(170, 170, 170); + position: absolute; + font-size: 18px; + top: 100%; + left: 50%; + transform: translate(-50%, -110%); + } + .full-wh { position: absolute; top: 0px; diff --git a/your-big-logo.png b/your-big-logo.png deleted file mode 100644 index 1061656..0000000 Binary files a/your-big-logo.png and /dev/null differ