Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
CSS Shapes Patterns
- Host: GitHub
- URL: https://github.com/yuanchuan/css-shapes-patterns
- Owner: yuanchuan
- License: mit
- Created: 2017-02-01T09:45:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T07:39:33.000Z (over 6 years ago)
- Last Synced: 2024-11-01T11:34:29.366Z (about 2 months ago)
- Topics: css, css-shape, patterns
- Language: HTML
- Homepage: https://yuanchuan.github.io/css-shapes-patterns/
- Size: 1.12 MB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)