OK、中央に div があります:
<div id="spry">
<p> hello there asdsdfasd adsfasdf aasdfasfd </p>
</div>
次の CSS を使用します。
#spry {
background-color: red;
display: block;
margin-left: auto;
margin-right: auto;
width: 400px;
}
しかし、divを固定幅ではなくしたい。私はただ変えることができると思ったwidth: 400px
。にwidth: auto;
しかし、それを行うと、幅全体に拡張されます。