CSS shapes: Polygon & Starburst
Use online generators to create CSS shapes using clip-path in no time!
- Polygon Shapes: css-generators.com/polygon-shape
- Starburst Shapes: css-generators.com/starburst-shape
See the Pen CSS Shapes using clip-path by Temani Afif (@t_afif) on CodePen.
Related Article: verpex.com/blog/website-tips/css-shapes-polygon-starburst
More CSS Tips
- Hue manipulation using color-mix() Use the new color-mix() to manipulate the Hue of a color in the HSL color space.
- Color shades using color-mix() Mix your color with black or white to create color shades.
- A border-only Tooltip using mask & clip-path Use CSS mask & clip-path to create a border-only tooltip with a gradient coloration.
- A rainbow gradient animation Use the new color interpolation to create an infinite rainbow gradient animation.