diff --git a/about.html b/about.html
index f0c5645..2fb6d88 100644
--- a/about.html
+++ b/about.html
@@ -21,7 +21,7 @@
About us
Portfolio
News
- Contacts
+ Contacts
diff --git a/contacts.html b/contacts.html
new file mode 100644
index 0000000..e23d11a
--- /dev/null
+++ b/contacts.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+ Figma
+
+
+
+
+
+
+
+
+
+
+
+
+ Say hello
+
+
+ Lorem Ipsum is simply dummy text of the printing .
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/images/Map.png b/images/Map.png
new file mode 100644
index 0000000..c9c05c8
Binary files /dev/null and b/images/Map.png differ
diff --git a/index.html b/index.html
index debf5b0..c83672d 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
About us
Portfolio
News
- Contacts
+ Contacts
diff --git a/style.css b/style.css
index d1a0fa1..ae19ff0 100644
--- a/style.css
+++ b/style.css
@@ -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 {