7/6/2020 6:02:55 AM
Denish Zalavadiya5 Answers
New AnswerDenish Zalavadiya Do you want to have a footer with a nature image in background?
Denish Zalavadiya You can set the background (shorthand) property of the footer in css to set an image in background: Ex. footer{ background: center / 100% no-repeat url(..imgURL...); } center: for centering the image in background 100%: to make the img big or small so as to fit in the footer well no-repeat: to not repeat the image in bg Learn more at MDN web docs: https://developer.mozilla.org/en-US/docs/Web/CSS/background
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message