Change background to picture
Hi,
I've been following the 'How to create an NFT website landing page & Deploy for FREE (Complete tutorial | EASY!)' video.
Does anyone knows how to change the background to an image instead of a solid colour ?
Cheers, Jonnah
Hi @jonnahhex,
in the Body section add this, background-image: here replace the URL with your own Image URL.
background-image: url('https://images.unsplash.com/photo-1554346508-8a555bbf5481?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2076&q=80'); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;
looking for the solution also. Thanks