Skip to content

Commit

Permalink
contact_us updated (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
voidedaries committed Aug 9, 2023
1 parent c6d207a commit 4c71324
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/contact-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ form {
width: 90%;
max-width: 600px;
}
.input-group{
margin-bottom: 30px;
}
.input, textarea{
width: 100%;
padding: 10px;
outline: 0;
border: 1px solid white;
color: white;
background: transparent;
font-size: 15px;
}
/* navigation */
nav {
position: relative;
Expand Down

0 comments on commit 4c71324

Please sign in to comment.