Sekarang kita akan membuat background di judul footer, ikuti saja cara-cara sebagai berikut:
- Log in ke blogger=> pada dasbor=> klik tata letak=> edit HTML=> cari kode berikut:
#bottom h2 {
padding:7px 0 2px 0;
margin:0 0 10px 0;
border-bottom:1px dotted #cccccc;
font-size:12px;
font-weight:bold;
color:#0000FF;
text-align:center;
line-height:1.4em;
text-transform:uppercase;
}
- kalau sudah dapat sisipkan kode berikut
background: url(alamat image anda)repeat-x;
- Sehingga keselurahannya menjadi seperti ini:
#bottom h2 {
padding:7px 0 2px 0;
margin:0 0 10px 0;
border-bottom:1px dotted #cccccc;
font-size:12px;
font-weight:bold;
color:#0000FF;
text-align:center;
line-height:1.4em;
text-transform:uppercase;
background:url(alamat image anda)repeat-x;
}
- Terakhir klik save/ simpan.
0 komentar:
Posting Komentar
Terima kasih Atas Komentarnya.