JeanBenitez 1 рік тому
коміт
27a90ba306
1 змінених файлів з 8 додано та 0 видалено
  1. 8 0
      css/style-contacto.css

+ 8 - 0
css/style-contacto.css

@@ -0,0 +1,8 @@
+.bg-contacto {
+    /* Location of the image */
+    background-image: url(../img/contacto/bg-contacto.png);
+    background-repeat: no-repeat;
+    background-size: 100%;
+    background-position: center;
+    margin-top: 110px;
+}