There's a section near the bottom of the code under 'misc': .headerimage { position: relative; width: 0px; height: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; background-image: url(""); background-repeat: no-repeat; }
Just plug in the url between the "", put in the width and height, and you're done! :D
Comments 27
Reply
.headerimage {
position: relative;
width: 0px;
height: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url("");
background-repeat: no-repeat;
}
Just plug in the url between the "", put in the width and height, and you're done! :D
Reply
Reply
love them thank youu =)
Reply
Reply
Reply
Reply
Leave a comment