摘要: (整理中······) 一、选择器 新增的伪类 1、p:first-of-type 选择属于其父元素的首个 <p> 元素的每个 <p> 元素。 2、p:last-of-type 选择属于其父元素的最后 <p> 元素的每个 <p> 元素。 3、p:only-of-type 选择属于其父元素唯一的 <p 阅读全文
posted @ 2016-09-19 23:39 KerwinLee 阅读(2119) 评论(0) 推荐(0) 编辑
摘要: CSS中盒子模型的组成由内容区(content)、内边距(padding)、边框(border)、外边距(margin)组成。内边距可细分为 padding-top、padding-right、padding-bottom、padding-left;边框可细分为 border-top、border- 阅读全文
posted @ 2016-09-19 00:19 KerwinLee 阅读(3977) 评论(0) 推荐(0) 编辑