From a718ef32f5124b7f9f273b7403766f507f68cd08 Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Sat, 23 Nov 2024 22:05:58 -0800 Subject: [PATCH] no thoughts brain empty --- css/index.css | 24 ++++++++++++++++++++---- css/searchbar.css | 3 +++ index.html | 27 ++++++++++++++------------- 3 files changed, 37 insertions(+), 17 deletions(-) diff --git a/css/index.css b/css/index.css index 0793bc1..27609e0 100644 --- a/css/index.css +++ b/css/index.css @@ -230,14 +230,16 @@ button:hover { row-gap: 2ch; } #stupid { - color: #a6a6a6; + color: black; + background-color: #a6a6a6; height: 10px; border-radius: 53px; z-index: 2; padding: 0px 20px; } #stupidbackgroundbox { - color: #a6a6a6; + color: black; + background-color: #a6a6a6; z-index: -1; height:10px; border-radius: 53px; @@ -249,7 +251,8 @@ button:hover { border-radius: 53px; } #dumb { - color: #d9d9d9; + color: black; + background-color: #d9d9d9; z-index: 0; height:10px; border-radius: 53px; @@ -277,4 +280,17 @@ button:hover { #containerHell { width: 151px; justify-content: center; -} \ No newline at end of file +} +#sped{ + /* have to do this stupid important thing to override the colors set on the button element */ + color: transparent !important; + background-color: transparent !important; + display:flex; + height: 36px; + width: 30px; + position:fixed; +} +button:hover{ + color: transparent !important; + background-color: transparent !important; +} diff --git a/css/searchbar.css b/css/searchbar.css index a76fbb0..ddd8e11 100644 --- a/css/searchbar.css +++ b/css/searchbar.css @@ -4,6 +4,7 @@ margin: 20px 0; display:flex; flex-direction: column; + justify-content:center; } #search-bar { @@ -13,6 +14,8 @@ border-radius: 4px; width: 50%; max-width: 400px; + display: flex; + justify-content: left; } #search-icon{ font-size:30px; diff --git a/index.html b/index.html index a00eac4..57171a6 100644 --- a/index.html +++ b/index.html @@ -32,22 +32,23 @@ -->
+ - - + +
-
- -
-
-
- -
+
+
+ +
+
+
+ +
+