私はHTMLとCSSを使って約5年になりますが、これで完全に途方に暮れています。http://napletonlaw.connectionsquad.com/
そのページでは、そのコンテナにClarityのIDを持つ単一の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に縮小されますが、プレビューすると縮小されません。幅320px..。