ブロック要素に幅が設定されていない場合、 自動的に利用可能な幅いっぱいに広がります:
<div>text</div>
div { height: 100px; border: 1px solid red; }
: