Skip to content

Commit

Permalink
ПРАВКИ3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria0701 committed Jun 30, 2019
1 parent 986f3de commit 92d6b96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ img {
.modal-feedback span {
position: absolute;
left: 14px;
display: block;
/*display: block;*/
font-size: 14px;
line-height: 24px;
color: #999999;
Expand Down Expand Up @@ -582,11 +582,15 @@ img {
.modal-search input[type="search"]:valid~span,
.modal-feedback input[type="text"]:valid~span,
.modal-feedback input[type="email"]:valid~span,
.modal-feedback textarea:valid~span,
/*.modal-feedback textarea:valid~span,*/
.subscription-form input[type="email"]:valid~span {
display: none;
}


.modal-feedback textarea:not(:empty)~span {
display: none;
}
.modal-entrance input[type="password"]:hover,
.modal-entrance input[type="email"]:hover,
.modal-search input[type="search"]:hover,
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ <h2>Мы обязательно Вам ответим</h2>
<span class="close"></span>
<form method="post" name="form_feedback" class="feedback_form" action="send-phone.php">
<label >
<input type="text" name="user-name" id="feedback_name" value="" placeholder="" required/>
<input type="text" name="user-name" id="feedback_name" value="" placeholder="" required />
<span>Как Вас зовут?</span>
</label>
<label >
<input type="email" id="feedback_email" name="email" placeholder="" required />
<span>Ваша почта для ответа</span>
</label>
<label>
<textarea name="message" rows="5" cols="30" id="feedback_message" placeholder="" required ></textarea>
<textarea name="message" rows="5" cols="30" id="feedback_message" placeholder="" required ></textarea>
<span>Напишите что-нибудь</span>
</label>
<button type="submit" class="btn btn-small">Отправить</button>
Expand Down

0 comments on commit 92d6b96

Please sign in to comment.