diff --git a/contact.html b/contact.html index fa0ae08..725fe2b 100644 --- a/contact.html +++ b/contact.html @@ -128,8 +128,14 @@ + + + - +
+ +
+ diff --git a/css/style.css b/css/style.css index 9a30d07..efdb567 100644 --- a/css/style.css +++ b/css/style.css @@ -1788,22 +1788,42 @@ textarea::-webkit-input-placeholder { justify-content: space-between; margin-top: 20px; } -.form-top input, -.form-txt>textarea{ - width: 31.5%; +.form-top>input, +.form-top>span>input, +.form-bottom>textarea{ + display: block; + width: 23.5%; height: 60px; padding: 0 17px; background-color: #f4f5f7; border: 1px solid #ebecf3; font-size: 15px; } -.form-txt>textarea{ +.form-bottom>textarea{ width: 100%; height: 190px; padding: 10px 17px; margin-top: 12px; line-height: 1.8; } +.form-top>span{ + display: flex; + justify-content: space-between; + width: 23.5%; +} +.form-top>span>input{ + width: 62%; +} +.form-top>span em{ + display: block; + width: 37%; + height: 60px; + overflow: hidden; +} +.form-top>span em img{ + width: 100%; + min-height: 60px; +} .contact-btn{ display: block;