Browsers applying default CSS properties
Hi everyone this is my first question in this platform! currently im working on a website project and i’m facing some issue with my div container. I have inserted an image inside my container i expected the image to take full top space of my container but, for some reason there was some default padding in my container even though didn’t applied any padding property. Turns out browsers are applying some default padding with some other properties to my container, I tried with the !important property but doing that unstructures my whole page.