content icon indicating copy to clipboard operation
content copied to clipboard

Add example of rounded border-image

Open Josh-Cena opened this issue 1 year ago • 1 comments

Fix https://github.com/mdn/content/issues/25875. I recently had to implement something very similar.

Josh-Cena avatar Jun 27 '24 20:06 Josh-Cena

Preview URLs

External URLs (1)

URL: /en-US/docs/Web/CSS/border-image Title: border-image

github-actions[bot] avatar Jun 27 '24 20:06 github-actions[bot]

I am not sure if this is what you were trying to explain: https://codepen.io/estelle/pen/LYowRLv You can use clip-path: border-box; to provide outer rounded corners.

estelle avatar Jul 02 '24 05:07 estelle

@estelle Your solution only rounds the outer edges, not the inner edge, which is still a rectangle. Try changing it to border-radius: 100px;. There's just no way to actually make border-image work.

Josh-Cena avatar Jul 02 '24 05:07 Josh-Cena