Chrome的hack写法以及CSS的支持程度图示
- 作者: 阿姆斯特郎回旋加速喷气式阿姆斯特郎炮
- 来源: 51数据库
- 2020-08-16
Chrome的CSS支持程度 引用自 Estelle


body:nth-of-type(1) p{
color: #333333;
}
Only the Google Chrome and Safari 3.1 browsers will show paragraphs as red.


复制代码 代码如下:
body:nth-of-type(1) p{
color: #333333;
}
Only the Google Chrome and Safari 3.1 browsers will show paragraphs as red.
推荐阅读
