摘要: .one{ text-align: center; /* tac */ text-indent :2em; /* ti2em */ width: 2em; /* w2em */ line-height: 26px; /* lh26px */ text-decoration: none; /* tdn 阅读全文
posted @ 2022-03-22 20:09 退役熬夜员哦 阅读(23) 评论(0) 推荐(0)
摘要: emmet的基础用法 1.批量引用标签使用*字符 例 1 div*5 <div></div> <div></div> <div></div> <div></div> <div></div> 2.标签的嵌套可用>字符 例 ul>li 1 <ul> 2 <li></li> 3 </ul> 3.兄弟关系可 阅读全文
posted @ 2022-03-22 20:01 退役熬夜员哦 阅读(54) 评论(0) 推荐(0)