Login
From:
CSS Tip: Learn CSS the easy way
(Uncensored)
subscribe
Arc shape with rounded edges
https://css-tip.com/arc-shape-rounded/
links
backlinks
Roast topics
Find topics
Find it!
Previously, I used CSS mask to create an arc shape with rounded edges. Now, we can rely on the new shape() function that produces a more compact code and gives better rendering. A single-element implementation optimized with CSS variables.