section_contacts

This commit is contained in:
2026-02-24 22:45:23 +03:00
parent d6def23321
commit 192c30f8c1
5 changed files with 177 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ body {
font-weight: 400;
color: white;
font-size: 16px;
background: #000;
}
img {
@@ -409,6 +410,62 @@ span img {
background-color: #192A1D;
}
/* -------------------------------------CONTACTS------------------------------------------- */
.container {
}
.hero-contacts {
}
.contacts_h1 {
text-align: center;
font-size: 33px;
font-weight: 700;
margin-top: 70px;
margin-bottom: 30px;
}
.contacts_p {
text-align: center;
font-size: 16px;
font-weight: 500;
}
.contacts_img {
width: 70%;
margin: 80px 15%;
}
.feedback {
padding: 70px 0;
background: #1C140F;
}
.container {
}
.feedback_h2 {
font-size: 30px;
font-weight: 400;
text-align: center;
}
.feedback_p {
text-align: center;
font-size: 13px;
font-weight: 500;
padding: 20px 0;
}
.feedback_form {
}
.feedback_inline {
}
.feedback_name {
}
.feedback_label {
}
.feedback_input {
}
.one-line {
}
.feedback_btn {
}
/* -----------------------------------FOOTER------------------------------------------ */
.footer {