多媒体
- iframe标签 第三方视频网站引入
- 多媒体标签 audio video
结构伪类选择器
- first-child{}
- last-child{}
- nth-child(n){}
- 2n:偶数 even
- 2n+1:奇数 odd
- 3n:3的倍数
- 属性选择器
- div[class=propName]
- div[class*^$=propName]
伪元素选择器
- E::before
- E::After
示例:
span::before {
content:"";
}
span::before {
content:"";
}
本文标题:CSS3之一
本文链接:https://www.haomeiwen.com/subject/tstsuftx.html
网友评论