摘要: day03 盒模型 基础选择器 通配符选择器 * { width: 200px; height: 200px; } 标签选择器 div { width: 200px; height: 200px; } class选择器 .box { } 可以包含多个类选择器,用空格分开 id选择器 #div1 { 阅读全文
posted @ 2020-12-09 19:45 丹哥~ 阅读(194) 评论(0) 推荐(0)