Some graphical interfaces use fields with embossed borders to group widgets.
How do I create this image using HTML and CSS?
The embossed border creates the illusion that the element leaves the page in 3D. It is often created by making the upper and left border lighter, and the lower and right border darker.
source
share