【发布时间】:2017-04-20 00:31:00
【问题描述】:
我正在为比赛做一些事情,代码必须在移动设备上可用。我现在有代码,但图像不在网站上。在移动设备上,图像居中。 如果我们尝试在网站上居中显示图像,则图像在移动设备上会被截断。
<div style = "margin-left: 12.5%; display: block;">
<img src = "images/Files for contact page/FINAL.png" alt="" usemap="#map" />
<map name = "map">
<area shape = "circle" coords="682, 392, 70" href = "https://apprentices-flynboy.c9users.io/forum" />
<area shape = "circle" coords="338, 389, 70" href = "https://apprentices-flynboy.c9users.io/forum" />
<area shape = "circle" coords="831, 164, 70" href = "https://apprentices-flynboy.c9users.io/forum" />
<area shape = "circle" coords="510, 163, 70" href = "https://apprentices-flynboy.c9users.io/forum" />
<area shape = "circle" coords="199, 173, 70" href = "https://apprentices-flynboy.c9users.io/forum" />
</map>
</div>
我很抱歉我的格式很糟糕。我以前从未使用过这个网站,所以我正在努力学习!
【问题讨论】:
标签: image formatting size center