This is the second part of a series that dives deep into the CSS shape() command, continuing with a more detailed look at the arc command.| CSS-Tricks
This is the first part of a series that dives deep into the shape function, starting with shapes that use lines and arcs.| CSS-Tricks
The CSS shape() function enables us to more easily create complex paths, polygons and other shapes using a more human readable syntax using lines, arcs, and curves. It also allows much greater flexibility and responsiveness in the use of units than the CSS path() function.| CSS-Tricks
A classic 3 dots loader created using the new shape()| css-tip.com
Invert any kind of polygon shapes following simple steps| css-tip.com
A simple tool to transform an SVG shape into a CSS shape. Get a modern and optimized code in no time!| css-generators.com
This is the third article in a series about the CSS shape() function. We've covered drawing lines and arcs in previous articles and, this time, we look specifically at the curve command and how to use it for drawing complex shapes.| CSS-Tricks