A block element can be given a width and height:
<div>text</div>
div { width: 100px; height: 100px; border: 1px solid red; }
: