Tutorial: Dois backgrounds no blog

Yoo
Hoje trago um tutorial bastante usado pelos blogueiros.

Dois backgrounds no blog
1- Vá em Editar HTML, Ctrl + F e procure por body { depois de achar você verá algo mais ou menos assim:
body {
font: $(body.font);
color: $(body.text.color);body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}

2- Apague todo este código e substitua por:
body, html {
height: ALTURApx;
margin: 0;
padding: 0; }
body {
font: $(body.font);
color: $(body.text.color);
background: url("LINK-DO-BACK-COM-ICONS") repeat; }
html {
background: url("LINK-DO-BACK-SEM-ICONS") repeat; }

Faça as alterações, visualize e se estiver tudo certo salve.
Créditos: Birthday Cake
Beijos, Ráh

Um comentário:

  1. É este que você está usando no Lay da Toralei néh ?! :3

    ResponderExcluir