From c3511e6de5c3329257b73ff7c26396df9c8d6e71 Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:53:53 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E[Bug]:=20Favicon=20and=20Color's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue #538 --- Html-Files/Css-Files/styles.css | 4 +- Html-Files/news.html | 1 + assets/css/styles.css | 4 +- dex.html | 2 +- index.html | 248 ++++++++------------------------ style.css | 99 +++++++------ 6 files changed, 122 insertions(+), 236 deletions(-) diff --git a/Html-Files/Css-Files/styles.css b/Html-Files/Css-Files/styles.css index 284a682a..06d3fca9 100644 --- a/Html-Files/Css-Files/styles.css +++ b/Html-Files/Css-Files/styles.css @@ -23,7 +23,7 @@ section::before { left: 0; width: 50%; height: 100%; - background: #fff38e; + background: #4bb6b7; } .nav_link { @@ -267,7 +267,7 @@ section::before { justify-content: center; align-items: center; min-height: 100vh; - background: #fff38e; + background: #4bb6b7; } section::before { diff --git a/Html-Files/news.html b/Html-Files/news.html index c02d86aa..fc3bba7f 100644 --- a/Html-Files/news.html +++ b/Html-Files/news.html @@ -6,6 +6,7 @@ News RapiDoc + diff --git a/assets/css/styles.css b/assets/css/styles.css index a74ef220..9d20d3e5 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -6,9 +6,9 @@ /*========== Colors ==========*/ --hue: 45; --sat: 98%; - --first-color: hsl(var(--hue), var(--sat), 60%); + --first-color: #4bb6b7; --first-color-light: hsl(var(--hue), var(--sat), 85%); - --first-color-lighten: hsl(var(--hue), var(--sat), 80%); + --first-color-lighten: #4bb6b7; --first-color-alt: hsl(var(--hue), var(--sat), 53%); --title-color: hsl(var(--hue), 4%, 15%); --text-color: hsl(var(--hue), 4%, 35%); diff --git a/dex.html b/dex.html index 7efc5fdc..9adf03a6 100644 --- a/dex.html +++ b/dex.html @@ -6,7 +6,7 @@ - + diff --git a/index.html b/index.html index 45029050..b5f8dd38 100644 --- a/index.html +++ b/index.html @@ -186,12 +186,7 @@ .avatar{ margin: 20px 100px; } -.avatar img{ - margin: 0px 450px; -} -form{ - margin: 10px 210px; -} + .textbox input{ width:200px; height: 40px; @@ -207,7 +202,7 @@ margin-bottom: 20px; } #appointment.appointment.section-bg{ - margin: 0px 200px;; + margin: 0px 280px 100px; } #appointment.appointment.section-bg h2{ margin: 0px 115px ; @@ -223,6 +218,48 @@ .loader--hidden{ opacity: 0; visibility: hidden; +} + + @@ -541,56 +578,6 @@

Health Post

- - - - - - - - - - - - - - -
@@ -607,20 +594,20 @@

Patient Portal

- +

- +

- -
- -
+ + +
@@ -1313,7 +1179,7 @@

RAPIDOC Newsletter


of news, updates, helpful tips, and exclusive offers.

-
+
diff --git a/style.css b/style.css index a8df6978..0688ff3d 100644 --- a/style.css +++ b/style.css @@ -318,13 +318,11 @@ section { } .section-title { - /* text-align: left; */ padding-left: 50px; padding-right: 50px; margin-left: 15%; margin-right: 15%; text-align: center; - /* text-align: left; */ } .section-title h2 { @@ -1046,7 +1044,7 @@ section { background: #badaf7; padding: 10px !important; color: #6c757d; - width: 80%; /* Adjusted width for better layout */ + width: 100%; /* Adjusted width for better layout */ } .col-md-4.form-group { @@ -1121,18 +1119,12 @@ section { color: #fff; transition: 0.4s; border-radius: 50px; - } .text-center button:hover { background-color: #4bb6b7; } - - - - - /*################----Doctors----################*/ .doctors { @@ -1577,23 +1569,19 @@ section { .footer-col form { display: flex; - gap: 5px; + } .footer-col input { - height: 40px; - border-radius: 6px; + width: 300px; /* Adjust the value to set the desired width */ + height: 40px; /* Adjust the value to set the desired height */ + padding: 5px; /* Add some padding for better spacing */ + font-size: 16px; background: none; - width: 100%; outline: none; border: 1px solid #7489c6; caret-color: #fff; color: #fff; - padding-left: 10px; -} - -.footer-col input::placeholder { - color: #ccc; } .footer-col form button { @@ -1601,31 +1589,66 @@ section { border: none; color: #08434551; padding: 10px 15px; - border-radius: 6px; + border-radius: 6px 10px 10px 6px; cursor: pointer; font-weight: 1000; transition: 0.2s ease; } .footer-col form button:hover { - background: #cecccc; + background: #4bb6b7;; } + + /* - .icons { +.subscribe-form { display: flex; - margin-top: 30px; - gap: 30px; - cursor: pointer; + gap: 1rem; + flex-wrap: wrap; + flex-grow: 1; } - .icons i { - color: #afb6c7; +.subscribe-form > input { + border: 1px solid var( + --button-border); + color: var(--primary); + outline: none; + min-height: 1rem; + background-color: var( + --white); + font-size: 1.2rem; + flex-grow: 3; + padding: 0.5rem 0.75rem; + border-radius: 0.5rem; } - .icons i:hover { - color: #fff; +.subscribe-form > input:focus { + border: 1px solid var( + --primary); } -*/ + +.subscribe-form > +input::placeholder { + color: var(--text-heading-gray); +} + +.subscribe-form > button { + cursor: pointer; + background-color: var( + --primary); + border-radius: 0.5rem; + color: var(--white); + font-size: 1.25rem; + min-height: 1rem; + flex-grow: 1; + white-space: nowrap; + padding: 0.5rem 0.75rem; + border: 0; + outline: none; + border: 1px solid var( + --button-border); +}*/ + @media (max-width: 768px) { .footer { position: relative; @@ -1789,17 +1812,16 @@ footer { } /* Style for pateint portal */ -/* -----***************************************----- */ .patient-portal { width: 90%; max-width: 900px; - /* Maximum width of the container */ margin: 0 auto; - /* Centers the container */ padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #3fbcc051; text-align: center; + align-items: center; + align-content: center; margin-bottom: 7%; border-radius: 20px; } @@ -1807,7 +1829,6 @@ footer { /* Section title styling */ .section-title h1 { color: #29888a; - /* Sets a blue color for the heading */ text-align: center; } @@ -1821,7 +1842,7 @@ footer { .form-group { margin-top: 15px; margin-bottom: 15px; - /* Adds bottom margin for form-group */ + align-content: center; } .forgot-password { @@ -1833,15 +1854,12 @@ footer { /* Full width */ padding: 10px; border: 1px solid #ccc; - /* Light gray border */ border-radius: 4px; - /* Rounded corners */ - /* text-align: center; */ + text-align: center; } button { background-color: hwb(181 16% 46%); - /* Blue background for the button */ color: white; border: none; padding: 10px 20px; @@ -1884,7 +1902,7 @@ button { --button-border: #848D97; } -.subscribe-btn { +.subscribebtn { display: flex; align-items: center; justify-content: center; @@ -1902,8 +1920,9 @@ button { transition: all 0.2s ease-in-out; } -.subscribe-btn:hover { +.subscribebtn:hover { border: 3px solid var(--white); + background-color: var(--footer-bg); } /*? footer containers */