Curved border with stroke in pure CSS?
问题 I'm wondering if it is at all possible to achieve a curved border (with a stroke) using only CSS? At the moment I'm creating curved borders for the header of my website using images: I'd like to change this to a CSS solution so that I'm not having to alter images when the amount of content within changes - I need these to be dynamic and responsive, I've managed to draw a curve using border-radius: This works much better for me, but I'm wondering if it is possible to add a stroke to it to make