Home › Forums › CSS › Border Radius for Outline? › Reply To: Border Radius for Outline?
November 15, 2019 at 1:16 pm
#299040
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;