Tess's profile picture

Published by

published
updated

Category: Web, HTML, Tech

code for background pic


<style>


body {

background-image: url(HERE U PUT THE URL OF THE PIC);

background-size: cover;

background attachment: fixed;

background-repeat: no-repeat;

}


</style>


I hope this helps :)


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )