I wanted to add a background image to the margins of the home page so I used this as a template:
body {
background-image: url("https://www.website.com/image.png");
}
I would like to do the same for the footer but I can't seem to figure out what to replace "body" with to get it done. I've tried footer, .footer, .footer-bg. Any guidance, as always, is deeply appreciated. Thanks in advance...
Question
gospodinwizard
I wanted to add a background image to the margins of the home page so I used this as a template:
body {
background-image: url("https://www.website.com/image.png");
}
I would like to do the same for the footer but I can't seem to figure out what to replace "body" with to get it done. I've tried footer, .footer, .footer-bg. Any guidance, as always, is deeply appreciated. Thanks in advance...
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now