前端必备:如何快速掌握CSS3新增特性要点?
- 内容介绍
- 文章标签
- 相关推荐
本文共计778个文字,预计阅读时间需要4分钟。
1. 新增选择器: - Text-fill-color: 文字内部填充颜色 - Text-stroke-color: 文字边框填充颜色 - Text-stroke-width: 文字边框宽度 - Column-co: 列宽设置
1.新增选择器
E:nth-last-child(n) E:nth-of-type(n) E:nth-last-of-type(n) E:last-child E:first-of-type E:only-child E:only-of-type E:empty E:checked E:enabled E:disabled E::selection E:not(s)2.Font-face 特性 Font-face 可以用来加载字体样式,而且它还能够加载服务器端的字体文件,让客户端显示客户端所没有安装的字体。本文共计778个文字,预计阅读时间需要4分钟。
1. 新增选择器: - Text-fill-color: 文字内部填充颜色 - Text-stroke-color: 文字边框填充颜色 - Text-stroke-width: 文字边框宽度 - Column-co: 列宽设置
1.新增选择器
E:nth-last-child(n) E:nth-of-type(n) E:nth-last-of-type(n) E:last-child E:first-of-type E:only-child E:only-of-type E:empty E:checked E:enabled E:disabled E::selection E:not(s)2.Font-face 特性 Font-face 可以用来加载字体样式,而且它还能够加载服务器端的字体文件,让客户端显示客户端所没有安装的字体。
