I'm making a simple HTML site and I need to insert a picture as a logo, I inserted the image with the tag and styled it with css, but the picture doesn't hug the sides of the website and I thought changing the margin would help, but it didn't, I thought maybe the uncropped sides of the png photo were messing this up, but after cropping the photo nothing changed, I could make the margins on the left and top a negative value, but I think there is a better solve for this problem.This is the screenshot of my problem with the margin-left:10
<a href="index.php"> <img height="200" src="images/logo.png" alt="Logo"/> </a>
1.4m articles
1.4m replys
5 comments
57.0k users