摘要: 精灵图 CSS sprite 一、优点 把一堆小的图片整合到一张大的图片上,减轻服务器对图片的请求数量 利用 css 的 "background-image","background-position"的组合进行背景定位 二、使用 1 {display: inline-block; /* inlin 阅读全文
posted @ 2021-10-25 20:29 .Nice 阅读(36) 评论(0) 推荐(0)
摘要: 一、 单标签 <hr /><br /><img src=""/> 标题标签 <h1/> <h6/> 语义化标签 header, footer, a , ul ol dl自定义列表 img 1 <header></header> 2 <footer></footer> 3 4 <a href="#"> 阅读全文
posted @ 2021-10-25 19:55 .Nice 阅读(62) 评论(0) 推荐(0)