소스 검색

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