The value ridge specifies a border in the form of a convex line:
ridge
<div id="elem"></div>
#elem { border-width: 3px; border-style: ridge; border-color: black; width: 300px; height: 100px; }
: