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
- Host: GitHub
- URL: https://github.com/yuanchuan/css-shapes-patterns
- Owner: yuanchuan
- License: mit
- Created: 2017-02-01T09:45:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T07:39:33.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T10:18:44.398Z (10 months ago)
- Topics: css, css-shape, patterns
- Language: HTML
- Homepage: https://yuanchuan.github.io/css-shapes-patterns/
- Size: 1.12 MB
- Stars: 38
- 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/)