I cannot scroll down the footer of my website. How can I fix it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I cannot scroll down the footer of my website. How can I fix it?

23rd Oct 2020, 6:33 AM
Hiruni Nelusha
Hiruni Nelusha - avatar
4 Answers
+ 10
Attach the code.
23rd Oct 2020, 6:45 AM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
23rd Oct 2020, 10:16 AM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
+ 2
HTML <footer> <p> Copyright © 2020 | Sri Lanka </p> </footer> CSS footer { position : fixed; left : 0; bottom : 0; width :100%; text-align : center; font size :10px; margin-bottom: 10px; color : white; }
23rd Oct 2020, 6:58 AM
Hiruni Nelusha
Hiruni Nelusha - avatar
0
Thanks, I will try it.
24th Oct 2020, 8:10 AM
Hiruni Nelusha
Hiruni Nelusha - avatar