« Web, HTML, Tech Forum

does anyone know how to make a background just one big image?

ive been trying to customize my profile but it isnt going to well. 

i tried following tutorials but they wont work for some reason??? so if somone could share the code needed that would be great!!!!!


Report Topic

1 Reply

Reply by arlo atomickk

posted

main{

background-image: url(INSERT URL);

background-size: cover!important;

background-attachment: fixed!important;

background-repeat: no-repeat!important}


Report Reply