Skip to content
New issue

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

Change background to picture #12

Open
jonnahhex opened this issue Feb 21, 2022 · 2 comments
Open

Change background to picture #12

jonnahhex opened this issue Feb 21, 2022 · 2 comments

Comments

@jonnahhex
Copy link

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

@yaseer-13
Copy link

yaseer-13 commented Mar 19, 2022

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;

@MikeeBuilds
Copy link

looking for the solution also. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants