Build a CSS Art Generator
Build a tool that generates random CSS-only illustrations with adjustable parameters and live code preview.
Requirements
Generate random CSS illustrations using only div elements and CSS propertiesSlider controls for: shape count, color palette, complexity, border radius, rotationLive preview that updates in real-time as sliders changeShow the generated CSS code alongside the visualCopy CSS buttonGallery of 10+ hand-crafted presets (animals, landscapes, abstract shapes)Randomize button for instant new artTechnical Notes
Use CSS properties creatively: gradients, box-shadow (multiple), border-radius, clip-path, transforms. Each "art piece" is a single div or minimal DOM.
Bonus Points
Export as SVGAnimation toggle (CSS keyframes)Share via URL with encoded parameters