⊗mkPmBMBEWH 140 of 250 menu

Width and height of block element in CSS

A block element can be given a width and height:

<div>text</div> div { width: 100px; height: 100px; border: 1px solid red; }

:

enru