Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Border Radius for Outline? Reply To: Border Radius for Outline?

#299040
mgwowsite
Participant

If there is no other way to radius an outline then you can use the box shadow. Box shadow follows the shape of the element.
You can use it like this:

box-shadow: 0 0 3px 0 #ddd;