Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/04/2015, 08:25
Avatar de Jairba
Jairba
 
Fecha de Ingreso: abril-2015
Mensajes: 29
Antigüedad: 9 años
Puntos: 0
Respuesta: Imagen background se ve con zoom

El problema es que no se bien que parte del código es. Os dejo un extracto y me decís si es válido.

Muchas gracias

Código CSS:
Ver original
  1. /* Site Containers
  2. --------------------------------------------- */
  3.  
  4. .home-featured {
  5.     border-bottom: 5px solid #f5f5f5;
  6.     margin-bottom: 60px;
  7.     padding: 40px 0;
  8. }
  9.  
  10. .home-featured li {
  11.     list-style-type: none;
  12. }
  13.  
  14. .home-featured .widget {
  15.     padding: 0 20px;
  16. }
  17.  
  18. .home-featured p:last-child {
  19.     padding: 0 0 24px;
  20. }
  21.  
  22. .home-featured-1,
  23. .home-featured-2,
  24. .home-featured-3,
  25. .home-featured-4 {
  26.     float: left;
  27.     text-align: center;
  28.     width: 25%;
  29. }
  30.  
  31. .home-featured .simple-social-icons ul li a {
  32.     padding: 40px !important;
  33. }
  34.  
  35. .home-featured .simple-social-icons ul li {
  36.     margin: 0 0 30px !important;
  37. }
  38.  
  39. .site-tagline {
  40.     background-color: #f5f5f5;
  41.     border-bottom: 1px solid #eee;
  42.     margin-top: 60px;
  43.     padding: 40px 0;
  44. }
  45.  
  46. .site-tagline p {
  47.     margin: 0;
  48. }
  49.  
  50. .site-tagline-left {
  51.     float: left;
  52.     width: 50%;
  53. }
  54.  
  55. .site-tagline-right {
  56.     float: right;
  57.     text-align: right;
  58.     width:100%;
  59.    
  60. }
  61.  
  62. .minimum .site-tagline {
  63.     margin-top: 600px;
  64. }
  65.  
  66. a.cta-button {
  67.     background-color: #333;
  68.     border-radius: 5px;
  69.     color: #fff;
  70.     display: inline-block;
  71.     font-size: 18px;
  72.     font-weight: 300;
  73.     line-height: 1;
  74.     padding: 15px 20px;
  75. }
  76.  
  77. a.cta-button:hover {
  78.     background-color: #0ebfe9;
  79. }

Última edición por pzin; 25/04/2015 a las 08:26 Razón: formato código