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;
+}