Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/9elements/fancy-border-radius

When you use eight values specifying border-radius in CSS, you can build organic looking shapes. Simply use our Generator at
https://github.com/9elements/fancy-border-radius

Last synced: about 2 months ago
JSON representation

When you use eight values specifying border-radius in CSS, you can build organic looking shapes. Simply use our Generator at

Awesome Lists containing this project

README

        

# CSS Border-Radius Can Do That?

When you use eight values specifying border-radius in CSS, you can build organic looking shapes. WOW 😱.

[Here](https://medium.com/9elements/css-border-radius-can-do-that-d46df1d013ae) is an article giving you some background information about the whole CSS border-radius-slash-syntax stuff.

**TL/DR:** — simply use our [visual generator](https://9elements.github.io/fancy-border-radius/).

## 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
```