diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..4c7ff40
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "liveServer.settings.port": 5502
+}
diff --git a/nav_bar/nav_bar.css b/nav_bar/nav_bar.css
index 3edf825..ed9b86e 100644
--- a/nav_bar/nav_bar.css
+++ b/nav_bar/nav_bar.css
@@ -1,38 +1,39 @@
body {
- margin: 0;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .topnav {
- overflow: hidden;
- background-color: #FFFF;
- }
-
- .topnav a {
- float: left;
- color: black;
- text-align: end;
- padding: 14px 16px;
- text-decoration: none;
- font-size: 15px;
- }
-
- .topnav a:hover {
- color: red;
- }
-
- .topnav a.active {
- color: red;
- }
+ margin: 0;
+ font-family: Arial, Helvetica, sans-serif;
+}
- .logo {
- width: 200px;
- height: 50px;
- padding-right: 480px;
- padding-left: 30px;
- }
+.topnav {
+ overflow: hidden;
+ background-color: #ffff;
+}
- .header-container{
- display: flex;
- align-items: center;
- }
\ No newline at end of file
+.topnav a {
+ float: left;
+ color: black;
+ text-align: end;
+ padding: 14px 16px;
+ text-decoration: none;
+ font-size: 15px;
+}
+
+.topnav a:hover {
+ color: red;
+ background-color: aliceblue;
+}
+
+.topnav a.active {
+ color: red;
+}
+
+.logo {
+ width: 200px;
+ height: 50px;
+ padding-right: 480px;
+ padding-left: 30px;
+}
+
+.header-container {
+ display: flex;
+ align-items: center;
+}
diff --git a/nav_bar/nav_bar.html b/nav_bar/nav_bar.html
index 5d7b8cf..631ea2f 100644
--- a/nav_bar/nav_bar.html
+++ b/nav_bar/nav_bar.html
@@ -11,8 +11,8 @@
-
Home
-
About Us
+
Home
+
About Us
Doctors
Department
New and Media
diff --git a/top_header/top_header.css b/top_header/top_header.css
index 578c469..de1a054 100644
--- a/top_header/top_header.css
+++ b/top_header/top_header.css
@@ -1,73 +1,88 @@
+body::-webkit-scrollbar {
+ display: none; /* Safari and Chrome */
+}
+.doctor_img {
+ width: 95vw;
+ margin-left: 30px;
+ margin-right: 30px;
+ margin-top: 50px;
+}
- .doctor_img {
- width: 95vw;
- margin-left: 30px;
- margin-right: 30px;
- margin-top: 50px;
-
- }
+.title_1 {
+ width: 250px;
+ margin-left: 100px;
+ margin-top: -400px;
+ font-size: 20;
+}
- .title_1{
- width: 250px;
- margin-left: 100px;
- margin-top: -400px;
- font-size: 20;
- }
+h3 {
+ width: 500px;
+ color: rgb(181, 181, 181);
+ font-size: 10;
+ font-weight: lighter;
+}
- h3 {
- width: 500px;
- color: rgb(181, 181, 181);
- font-size: 10;
- font-weight: lighter;
+.book-appointment {
+ background-color: white;
+ border-radius: 10px;
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
+ width: 75%;
+ position: absolute;
+ top: 105%;
+ left: 12%;
+ margin-bottom: 100px;
+}
- }
+h4 {
+ margin-left: 20px;
+ padding-top: 10px;
+}
- .book-appointment{
- background-color: white;
- border-radius: 10px;
- box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
- transition: 0.3s;
- width: 75%;
- position: absolute;
- top: 110%;
- left: 50%;
- transform: translate(-50%, -50%);
-
- }
-
- h4 {
- margin-left: 20px;
- padding-top: 10px;
- }
-
-
- .rounded-input {
- border: 1px solid #ccc;
- border-radius: 10px; /* Adjust this value to change the radius */
- padding: 5px;
- width: 30%;
- height: 35px; /* Set the width of each input field */
- margin: 1%; /* Add some margin for spacing */
+.rounded-input {
+ border: 1px solid #ccc;
+ border-radius: 10px; /* Adjust this value to change the radius */
+ padding: 10px;
+ width: 30%;
+ height: 35px; /* Set the width of each input field */
+ margin: 1%; /* Add some margin for spacing */
}
/* Style for the container div */
.input-container {
- display: flex; /* Make the children flex items */
- justify-content: space-between; /* Space the children equally */
- margin-bottom: 10px; /* Add some margin for spacing */
+ display: flex; /* Make the children flex items */
+ justify-content: space-between; /* Space the children equally */
+ margin-bottom: 10px; /* Add some margin for spacing */
}
-
/* Style for the "Book Appointment" button */
.book-appointment-button {
- background-color: #17C1A3;
- border-color: white;
- color: white;
- border-radius: 10px;
- padding: 5px;
- width: 30%;
- height: 50px;
- margin: 1%;
- cursor: pointer;
- outline: none;
-}
\ No newline at end of file
+ background-color: #17c1a3;
+ border-color: white;
+ color: white;
+ border-radius: 10px;
+ padding: 15px;
+ width: 33%;
+ height: 55px;
+ margin: 1%;
+ cursor: pointer;
+ outline: none;
+ border: none;
+}
+
+/* Style for the "Book Appointment" button */
+.small {
+ background-color: #17c1a3;
+ color: white;
+ border-radius: 10px;
+ padding: 15px;
+ width: 15%;
+ height: 55px;
+ margin: 1%;
+ cursor: pointer;
+ outline: none;
+ border: none;
+}
+
+.book-appointment-div {
+ margin-left: 80px;
+}
diff --git a/top_header/top_header.html b/top_header/top_header.html
index c8a9385..08fa756 100644
--- a/top_header/top_header.html
+++ b/top_header/top_header.html
@@ -3,7 +3,7 @@
-
+