https://github.com/youngluo/css-snippets
常用 CSS 代码片段收集。
https://github.com/youngluo/css-snippets
css css-snippets
Last synced: 3 months ago
JSON representation
常用 CSS 代码片段收集。
- Host: GitHub
- URL: https://github.com/youngluo/css-snippets
- Owner: youngluo
- License: mit
- Created: 2017-09-04T09:22:41.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T15:55:00.000Z (over 3 years ago)
- Last Synced: 2025-02-09T23:36:07.496Z (over 1 year ago)
- Topics: css, css-snippets
- Language: JavaScript
- Homepage:
- Size: 543 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# css-snippets
此处总结了在项目开发中常用的css代码片段。
- [垂直水平居中](https://youngluo.github.io/css-snippets/examples/vertical-horizontal-center.html)
- [等比缩放盒子](https://youngluo.github.io/css-snippets/examples/scale-box.html)
- [CSS三角形](https://youngluo.github.io/css-snippets/examples/triangle.html)
- [两栏自适应等高布局](https://youngluo.github.io/css-snippets/examples/column.html)
- [文字颜色渐变](https://youngluo.github.io/css-snippets/examples/gradient.html)