Please tell me how to make nature related footer in homepage??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please tell me how to make nature related footer in homepage???

Please answer

6th Jul 2020, 6:02 AM
Denish Zalavadiya
Denish Zalavadiya - avatar
5 Answers
+ 1
Denish Zalavadiya Do you want to have a footer with a nature image in background?
6th Jul 2020, 6:39 AM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar
0
Yes
6th Jul 2020, 1:31 PM
Denish Zalavadiya
Denish Zalavadiya - avatar
0
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
6th Jul 2020, 1:52 PM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar
0
Thank you bro
6th Jul 2020, 1:53 PM
Denish Zalavadiya
Denish Zalavadiya - avatar
0
😅
6th Jul 2020, 2:05 PM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar