Joshua Dance

3yr ago

Clippy - Drag and points to generate clip-path CSS

The clip-path property allows you to make complex shapes in CSS by clipping an element to a basic shape.

This tool allows you to drag points to generate the clip-path CSS.
Bennett Feely

5yr ago

CSS Pie Chart - Generate a pie chart with CSS conic-gradients

The conic-gradient() CSS function creates a background gradient with color transitions rotated around a center point.
We can use this new feature to create things like pie charts or color wheels in CSS.