Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
trahulprabhu38 committed Oct 2, 2024
1 parent f12744f commit e65e9a3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -925,3 +925,39 @@ padding-left:2px;
}


#contactForm {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 20rem;
height: max-content;
}

#contactForm input,
#contactForm textarea {
width: 100%;
padding: 20px;
margin: 5px;
border-radius: 10px;
border: none;
}

#contactForm h3 {
height: 30px;
color: #141414;
}
#contactForm textarea {
height: 100px;
resize: none;
}

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

0 comments on commit e65e9a3

Please sign in to comment.