Skip to content

Commit

Permalink
contact form css done
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnibalgoher5 committed Jan 28, 2024
1 parent 4f07de1 commit 091d652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pages/contact/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ input {
}

/*
textarea,
input {
color: #4e5e72;
Expand Down Expand Up @@ -91,7 +90,7 @@ input[type=text]:invalid,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
outline: none;
outline: none;
}

.wrapper {
Expand Down
2 changes: 1 addition & 1 deletion pages/contact/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<small>Enter message (optional) and click button "Send"</small>
<div class="wrapper centered">
<article class="letter">
<div class="side">
<div class="side">
<h1>Contact us</h1>
<input id="nameInput" type="text" placeholder="Your name">
<input id="emailInput" type="email" placeholder="Your email">
Expand Down

0 comments on commit 091d652

Please sign in to comment.