聚散有时1
学徒学途学秃。
摘要: .wrapper { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; grid-auto-rows: minmax(100px, auto); } .one { background-color: bluev 阅读全文
posted @ 2018-09-27 13:03 聚散有时1 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 有四个属性: static:静止 relative:相对的 fixed:固定的(广告等信息固定在网页的某个位置,不管你上下滑动位置不变) absolu:绝对的 .box{ display:inline-block; width: 100px; height: 100px; background: blue; color: rgb(71, 16, 16); } #two { posit... 阅读全文
posted @ 2018-09-27 13:00 聚散有时1 阅读(113) 评论(0) 推荐(0) 编辑