因此,我正在为学校作业进行响应式设计,并且正在尝试将图像宽度居中。
我在 Photoshop 中缩放了图像,所以我不必为图像设置任何宽度或高度
这就是我现在得到的,但这不起作用
<header>
<img src="afb%20/logo3.png" alt="logo3" width="" height="" />
</header>
header{
width: 100%;
margin-left: auto;
margin-right: auto;
}
有人可以帮我吗 ?真的需要这个!
提前致谢