JeanBenitez vor 1 Jahr
Commit
27a90ba306
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  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;
+}