https://github.com/kohrongying/css-images
Images made from pure CSS
https://github.com/kohrongying/css-images
Last synced: about 2 months ago
JSON representation
Images made from pure CSS
- Host: GitHub
- URL: https://github.com/kohrongying/css-images
- Owner: kohrongying
- Created: 2017-10-21T16:48:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T14:08:46.000Z (about 7 years ago)
- Last Synced: 2025-01-27T22:14:31.024Z (4 months ago)
- Language: CSS
- Homepage: https://kohrongying.github.io/css-images/
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# css-images
Images made from pure CSS. It is truly the first time that I'm feeling quite excited to do this, and a 50 day challenge homg. But checklist first:- [x] Template Engine (Gulp and Nunchucks/Handlebars)
- [ ] Learn Animations, Vue.js
- [ ] Create randomized wallpaper from htmls as chrome plugin (shelved for future)
- [ ] Gulp-rev for cache busting
- [ ] Pokemon Theme### Come see!
[Click Here!](https://kohrongying.github.io/css-images)### Gulp
Since gulp allows for an automated workflow, all you gotta do is run:- `gulp` which will execute the run and watch task (check `gulpfile.js`)
- `gulp new --name ` will create a new html in app/pages and scss file in app/scss.