CSS Border-Radius Can Do That?

October 28, 2022 ยท View on GitHub

When you use eight values specifying border-radius in CSS, you can build organic looking shapes. WOW ๐Ÿ˜ฑ.

Here is an article giving you some background information about the whole CSS border-radius-slash-syntax stuff.

TL/DR: โ€” simply use our visual generator.

How to develop:

npm install
npm run dev

open http://localhost:5174/ or open http://localhost:5174/full-control.html Serves the bundle in-memory.

How to for production build and preview locally:

npm run build
npm run preview