style-contacto.css 225 B

12345678
  1. .bg-contacto {
  2. /* Location of the image */
  3. background-image: url(../img/contacto/bg-contacto.png);
  4. background-repeat: no-repeat;
  5. background-size: 100%;
  6. background-position: center;
  7. margin-top: 110px;
  8. }