【发布时间】:2020-07-25 13:35:54
【问题描述】:
我最近使用 html 和 CSS 制作了一个致敬页面。该网站在桌面上看起来不错,但在移动设备上,会出现一个水平滚动条并使网站看起来左对齐。我认为这是因为图像超出了父容器,但我无法修复它。
Github 页面:https://rahulviveknair.github.io/Coldplay-Tribute-Page/
github上托管的代码:https://github.com/RahulVivekNair/Coldplay-Tribute-Page
用于调整图像但似乎不起作用的代码
#image {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}
【问题讨论】:
标签: html css responsive-design media-queries mobile-website