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

https://github.com/yuanchuan/css-shapes-patterns

CSS Shapes Patterns
https://github.com/yuanchuan/css-shapes-patterns

css css-shape patterns

Last synced: 5 months ago
JSON representation

CSS Shapes Patterns

Awesome Lists containing this project

README

          

# CSS Shapes Patterns



### Pattern definition

```html

_.backgroundColor = color();
_.borderRadius = rangeOf(100) + '%';
_.transform = `rotate(${ rangeOf(180) + 'deg' })`;

```

### Gallery

[https://yuanchuan.github.io/css-shapes-patterns/](https://yuanchuan.github.io/css-shapes-patterns/)