Skip to content

Commit

Permalink
Merge pull request #698 from nikhilritgithub/main
Browse files Browse the repository at this point in the history
update index.html
  • Loading branch information
tushargupta1504 authored Nov 10, 2024
2 parents c9f9d1a + 24be46b commit 0609d7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<title>Swasthya Point1</title>
<style>
*{
padding: 0%;
margin: 0%;
}
body {
font-family: 'Poppins', sans-serif;
display: flex;
Expand All @@ -43,7 +47,7 @@
.follow-us {
-ms-flex-align: center;
display: flex;
background-color: #f4f4f4;
background-color: aliceblue;
padding: 20px;
text-align: center;
margin-top: auto;
Expand Down Expand Up @@ -93,7 +97,7 @@
content: '';
inset: -1px;
border-radius: inherit;
background-color: #fff;
background-color: aliceblue;
z-index: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion pediatrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<style>
/* General styles for contact form inputs */
.form-control {
background-color: #fff;
background-color: aliceblue;
/* White background */
border: 1px solid #ced4da;
/* Light border */
Expand Down

0 comments on commit 0609d7f

Please sign in to comment.