+ 2

Can anybody tell me why the footer is coming slightly above the bottom ....it should be full

https://code.sololearn.com/WRz15782OhAp/?ref=app

3rd Apr 2022, 7:13 AM
Harshita Kumari
Harshita Kumari - avatar
2 Réponses
+ 3
Some HTML elements by default have margin In your code paragraph element with class "c" have 10px margin , to remove this margin add the following css .c{ margin:0; }
3rd Apr 2022, 7:37 AM
Raju Adhikary
Raju Adhikary - avatar
+ 1
Raju Thanks
3rd Apr 2022, 7:52 AM
Harshita Kumari
Harshita Kumari - avatar