From 15ad4bb5b2c99dd82019a579211ae825b5c3a242 Mon Sep 17 00:00:00 2001 From: Todd Date: Mon, 27 May 2024 13:55:45 +0100 Subject: [PATCH] input function front end complete --- public/CSS/index_styles.css | 43 +++++++++++++++++++++++++------------ public/index.html | 17 +++++---------- 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/public/CSS/index_styles.css b/public/CSS/index_styles.css index 4de5fe5..76aad82 100644 --- a/public/CSS/index_styles.css +++ b/public/CSS/index_styles.css @@ -38,37 +38,50 @@ h1 { /* input object */ -.inputContainer { - position: relative; +.indexRectangle { + background: rgb(255,165,30); width: 650px; height: 75px; + border-radius: 20px; margin: -340px auto 80px; + position: relative; } -.indexRectangle { - background: rgb(255,165,30); - width: 100%; - height: 100%; +.indexForm { + width: 200px; + height: 75px; border-radius: 20px; + background: transparent; position: absolute; - top: 0; - left: 0; + font-size: 28px; + color: rgb(30,30,30); + outline: none; + border: 0px; + bottom: -20px; + left: 30px; + font-family: Arial, Helvetica, sans-serif; } .input { - width: 100%; - height: 100%; + width: 450px; + height: 75px; border-radius: 20px; background: transparent; position: absolute; top: 0; left: 0; font-size: 28px; - border: none; color: rgb(30,30,30); outline: none; + border: 0px; + left: 130px; + top: -23px; + font-family: Arial, Helvetica, sans-serif; } +.input::placeholder { + color: rgba(0,0,0,.4) +} /* submit object */ @@ -89,7 +102,9 @@ h1 { position: absolute; top: 0; left: 0; - font-size: 37px + font-size: 37px; + outline: none; + border: 0px; } @@ -160,10 +175,10 @@ span { margin: -1080px 70%; } -.cityRectTall { +/* .cityRectTall { background: rgb(255,165,30); width: 400px; height: 750px; border-radius: 20px; margin: -80% 1100px; -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/public/index.html b/public/index.html index 8685c09..f76218d 100644 --- a/public/index.html +++ b/public/index.html @@ -11,15 +11,11 @@

Welcome to Radar

-
-
-
-
- RADAR: - -
-
-
+
+
+ RADAR: + +
@@ -37,9 +33,6 @@

Welcome to Radar

-
-
-