Div is moved without using any padding or margin
Language: HTML - User: Roozbehk
I have a Next.JS application in which I have a div. I want this div to start at the very top of the page. I have padding and margin for the body, HTML and the div itself set to 0 and yet, it's moved a bit down. I checked every single component, none have padding or margin on them. I don't know what is causing it.
Sept. 22, 2022
Unsolved