An open API service indexing awesome lists of open source software.

https://github.com/youngluo/css-snippets

常用 CSS 代码片段收集。
https://github.com/youngluo/css-snippets

css css-snippets

Last synced: 3 months ago
JSON representation

常用 CSS 代码片段收集。

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)