Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Oct 6, 2024
1 parent 6fa1be4 commit 901c5fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1044,13 +1044,13 @@ padding-left:2px;
flex-direction: column;
justify-content: center;
align-items: center;
width: 14rem;
width: 20rem;
height: max-content;
}

#contactForm input,
#contactForm textarea {
width: 60%;
width: 100%;
padding: 20px;
margin: 5px;
border-radius: 10px;
Expand All @@ -1069,12 +1069,12 @@ padding-left:2px;
}

#contactForm button {
padding:20px;
padding: 10px 20px;
background-color:rgb(196, 74, 74);
color:rgb(15, 14, 14);
border: none;
border-radius: 10px;
border-radius: 5px;
cursor: pointer;
margin-top: 5px;
width: 60%;
}
}

0 comments on commit 901c5fb

Please sign in to comment.