¡¡Hola chicas!! Un grupito de chicas me preguntaron por e-mail (aunque también hay ask e.e) que como se ponía dos fondos , como aquí en cas (cute and sweet). Veamos como se hace:
- Vas a la pestaña "plantilla" - "editar html".
- Dan a ctrl+f (el buscador) y buscan "body {".
3.Ahora remplazamos todo eso por:
body, html {
font: $(body.font);
color: $(body.text.color);
height: 500px; /*Altura del fondo del header*/
padding: 0;
margin: 0;
}
body {
background: url("URL del fondo del header");
background-repeat: repeat;
}
html {
background: #eedfb4; /*Color del fondo del blog*/
font: $(body.font);
color: $(body.text.color);
height: 500px; /*Altura del fondo del header*/
padding: 0;
margin: 0;
}
body {
background: url("URL del fondo del header");
background-repeat: repeat;
}
html {
background: #eedfb4; /*Color del fondo del blog*/
}
Y... ¡¡listo!! Rellenan todo , y ya lo tienen , fácil ¿verdad? Bueno eso es todo , un besito , byee<3.
Codigo by: NASS




