Jump to content

Recommended Posts

  • 3 weeks later...

si quiero quitar la imagen y poner solo un color de fondo como lo hago

 

*********************

generic style

************************************************************************************************ */

body {

font: normal 12px/15px Arial, Verdana, sans-serif;

color: #222;

background: url(../img/fondo1.jpg) center top no-repeat #d7dbdc;

min-height: 100%;

}

body#cms div.content_only {

color: #000000;

padding: 36px 20px 36px;

text-align: left;

background: #fff;

margin-top: -53px;

margin-bottom: -51px;

height: 100%;

}

/* positionnement

Link to comment
Share on other sites

si quiero quitar la imagen y poner solo un color de fondo como lo hago

 

*********************

generic style

************************************************************************************************ */

body {

font: normal 12px/15px Arial, Verdana, sans-serif;

color: #222;

background: url(../img/fondo1.jpg) center top no-repeat #d7dbdc;

min-height: 100%;

}

body#cms div.content_only {

color: #000000;

padding: 36px 20px 36px;

text-align: left;

background: #fff;

margin-top: -53px;

margin-bottom: -51px;

height: 100%;

}

/* positionnement

 

Esto que tienes asi:

 

background: url(../img/fondo1.jpg) center top no-repeat #d7dbdc;

 

por esto:

 

background: codigo_color_fondo;

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...