Skip to content

Commit

Permalink
All changes done in avatar,input and submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
theeayushkumar authored and varshith257 committed Jun 26, 2024
1 parent 3006e0f commit 9aeab98
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,20 +269,28 @@
}
.avatar{
margin: 20px 100px;
padding-left: 50px;
padding-right: 60px;



}
.textbox input{
width:200px;
width:240px;
height: 40px;
align-items: center;
margin-left: 10px;
margin-right: 20px;
}
.btn{
margin-left: 50px;
width:240px;
margin-left: 2px;
width:230px;
height: 40px;
background-color: #00C896;
border: none;
font-size: 1rem;
border-radius: 20px;
margin-bottom: 20px;
margin-bottom: 20px;
}
#appointment.appointment.section-bg{
margin: 0px 280px 100px;
Expand Down Expand Up @@ -779,7 +787,7 @@ <h2>Patient Portal</h2>
<!-- Add Login Form for Patient Portal -->
<div class="login-box">
<div class="avatar">
<img src="img/avatar.png" alt="Avatar" >
<img src="img/avatar.png" height="220px" width="263px" alt="Avatar" >
</div>
<form>
<div class="textbox">
Expand Down

0 comments on commit 9aeab98

Please sign in to comment.