Front end Tribute page

Help! How do make spread out my image so that my other content goes under it?http://codepen.io/magicmoves/pen/NrNzRO

Hi.I think you can use this css code :

body{
background-image:url(…) ;
background-size:100% ;
}

1 Like