Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishPatel1205 authored Oct 16, 2024
1 parent c9b18a9 commit 21da4dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,10 @@ <h2>Content</h2>
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
align-items: center;
margin: 30px;
}

#upload h2 {
Expand Down Expand Up @@ -896,8 +900,7 @@ <h2>Content</h2>

#submit{
background-color: #876bb1;
margin-left: 40px;
margin-top: 20px;
margin: 20px;

}

Expand Down

0 comments on commit 21da4dd

Please sign in to comment.