nft-landing-page icon indicating copy to clipboard operation
nft-landing-page copied to clipboard

Change background to picture

Open jonnahhex opened this issue 4 years ago • 2 comments

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

jonnahhex avatar Feb 21 '22 07:02 jonnahhex

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;

yaseer-13 avatar Mar 19 '22 10:03 yaseer-13

looking for the solution also. Thanks

MikeeBuilds avatar Jul 02 '22 01:07 MikeeBuilds