Please how can i avoid the text above the div border from showing when scrolling? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how can i avoid the text above the div border from showing when scrolling?

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

12th Aug 2019, 3:58 PM
A_Coder
A_Coder - avatar
2 Answers
+ 5
body {margin: 0px;} always reset the margin and padding of the body when you start writing CSS code.
12th Aug 2019, 4:32 PM
Anna/Аня
Anna/Аня - avatar
+ 1
Thanks Anna.
13th Aug 2019, 6:06 AM
A_Coder
A_Coder - avatar