We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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;
Sorry, something went wrong.
looking for the solution also. Thanks
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: