Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
henitsu committed Nov 24, 2023
1 parent 76773f1 commit daa2169
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CSS/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
#auth{
margin-right: 90%;
text-align:left;
}

#mdp {
font-size: 15px;
text-align: end;
}

input{
background-color: #D9D9D9;
border-radius: 10px;
border-width: 0;
width:200px;
height :30px;
}

#auth{
margin-right: 90%;
text-align:right;
}

0 comments on commit daa2169

Please sign in to comment.