⊗mkPmDcSldB 95 of 250 menu

Solid Border in CSS

The value solid sets a solid boundary line:

<div id="elem"></div> #elem { border-width: 1px; border-style: solid; border-color: black; width: 300px; height: 100px; }

:

Repeat the example below:

enru