Merge pull request #82 from stick-yi/main

feat: css 常用布局,样式,动画相关文章和网站推荐
pull/83/head
yck 2021-09-23 23:17:11 +08:00 committed by GitHub
commit 3b55cd9d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -633,6 +633,13 @@ Electron 是一个可以使用 Web 技术如 JavaScript、HTML 和 CSS 来创建
### JS
- [ ] [33-js-concepts](https://github.com/leonardomso/33-js-concepts)
### CSS
- [ ] [You-need-to-know-css](https://github.com/l-hammer/You-need-to-know-css)
- [ ] [CSS Inspiration](https://csscoco.com/inspiration/#/)
- [ ] [CSS Tricks](https://qishaoxuan.github.io/css_tricks/)
- [ ] [spinkit](https://tobiasahlin.com/spinkit/) 需自备梯子
- [ ] [animista](https://animista.net/)
### 代码样式及安全