⊗mkPmDcRdgB 98 of 250 menu

Convex Border in CSS

The value ridge specifies a border in the form of a convex line:

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

:

byenru