随笔分类 - css
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:转载自 http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html CSS Grid 网格布局教程 一、概述 网格布局(Grid)是最强大的 CSS 布局方案。 它将网页划分成一个个网格,可以任意组合不同的网格,做出各种各样的布局
阅读全文
摘要:60个渐变颜色 https://webkul.github.io/coolhue/ 60个非常有用的CSS代码片段 https://baijiahao.baidu.com/s?id=1602787353110044307&wfr=spider&for=pc
阅读全文
摘要:1:思路:使用css3 flex布局优点:简单 快捷缺点:兼容不好吧,详情见:http://caniuse.com/#search=flex 先看效果 html代码 <div class='box'> <div class='box-item'> </div> </div> css代码 .box {
阅读全文