new changes

This commit is contained in:
Harilee
2023-10-30 14:00:03 +05:30
parent ce7bdeb3e9
commit 9031b176da
10 changed files with 284 additions and 45 deletions

View File

@@ -1,43 +1,3 @@
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
margin-top: 30px;
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;
}
.logo {
width: 200px;
height: 50px;
padding-right: 480px;
padding-left: 30px;
}
.header-container{
display: flex;
align-items: center;
}
.doctor_img {
width: 95vw;