Margin: 0 auto is not centering my image
问题 I'm very new to all of this and am trying to build this website, but the main image on the page is not centering. I've tried all sorts of centering things but they don't work. Also, the width percentage is ignored too. I've readjusted margin/padding to 0. don't know what it could be. css for the picture: #pictures img{ width:"70%"; margin: 0 auto; padding-bottom: 80px; padding-top: 20px; } and the html div that has to do with it: <div id="pictures"> <img src="img/homepage.png" alt="HomePage">