From f99171feb9f646b5820a73ec6c893fd3e863a397 Mon Sep 17 00:00:00 2001 From: Juan David Sandoval Salvador Date: Tue, 10 Sep 2024 13:48:53 -0500 Subject: [PATCH] :lipstick: Update styles to keep to specifications --- google/google-advance/index.html | 4 ++-- google/google-images/index.html | 2 +- google/index.html | 4 ++-- google/styles/styles.css | 26 ++++++++++++++++++++++---- 4 files changed, 27 insertions(+), 9 deletions(-) diff --git a/google/google-advance/index.html b/google/google-advance/index.html index 4c845cc..0d99992 100644 --- a/google/google-advance/index.html +++ b/google/google-advance/index.html @@ -19,7 +19,7 @@

Advanced Search

- Find pages with... +

Find pages with...

@@ -32,7 +32,7 @@

Advanced Search

- +
diff --git a/google/google-images/index.html b/google/google-images/index.html index f123ef9..6022bab 100644 --- a/google/google-images/index.html +++ b/google/google-images/index.html @@ -24,7 +24,7 @@ - + diff --git a/google/index.html b/google/index.html index fa658c5..7811d5c 100644 --- a/google/index.html +++ b/google/index.html @@ -21,8 +21,8 @@
- - + +
diff --git a/google/styles/styles.css b/google/styles/styles.css index fc51fa0..7269b77 100644 --- a/google/styles/styles.css +++ b/google/styles/styles.css @@ -111,7 +111,7 @@ form > div { margin-top: 20px; } -input[type="submit"] { +.button { margin: 20px 5px 0; padding: 10px 20px; font-size: 14px; @@ -123,11 +123,27 @@ input[type="submit"] { transition: all 0.2s ease-in-out; } -input[type="submit"]:hover { +.button:hover { border: 1px solid #dadce0; background-color: #f8f9fa; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } +input[value="Advanced Search"]{ + box-sizing: border-box; + background-color: #4d90fe; + color: white; + font-weight: bold; + border-radius: 2px; + border-color: #4d90fe; + font-size: 11px; + cursor: default; + margin: 10px 5px 0 0; + padding: 8px 15px; + align-self: end; +} +input[value="Advanced Search"]:hover{ + background: linear-gradient(to bottom, #4d90fe, #4787ed); ; +} input[type="submit"]:focus { outline: none; @@ -144,9 +160,10 @@ span{ white-space: nowrap; } -legend{ +h3{ width: 100%; font-weight: bold; + text-align: left; } .div-adv{ display: flex; @@ -172,5 +189,6 @@ legend{ } .form-adv > label > input{ width: 400px; - + margin-left: 20px; + border-radius: inherit; }