瀏覽代碼

first commit

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