我已经使用 HTML 和 CSS 大约 5 年了,而我对这个完全不知所措。http://napletonlaw.connectionsquad.com/
在该页面上,该容器中有一个 ID 为 Clarity 的 div。
我的CSS规则如下:
#clarity {
text-align: center;
width: 320px;
}
它的代码如下:
<div id="clarity">
<img src="Resources/magnifying-glass.png" />
<p>You have questions, and we have answers. We can help break down the situation into easy-to-understand terms and clear advice. Napleton Law is here to help you!</p>
</div>
出于某种原因,我应用到该 DIV 的宽度没有采用...在 Dreamweaver 的预览中,它会将 div 缩小到 320px,但是在预览时它不会......我不知道为什么我设置时清晰度 div 会跨越整个页面宽度为 320 像素...