Webkit CSS 重置
有一些 CSS 重置,但我想要一个将所有浏览器重置为“webkit 样式”的CSS。 (因此 webkit 浏览器不受影响,只是非 webkit 浏览器发生了变化。)
我找到了默认的 webkit 样式表 这里 但我不能天真地复制它,因为很多属性名称和变量都是特定于 webkit 的。
There are a few CSS resets out there, but I would like one that resets all browsers to "webkit style". (Hence the webkit browsers are unaffected, just the non-webkit browsers are changed.)
I've found the default webkit stylesheet here but I cannot naively copy that, since a lot of the property names and variables are webkit-specific.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用优秀的 YUI CSS 重置,然后从那里设计您的网站。
Instead of painfully trying to recreate a Webkit CSS reset for other web browsers (with webkit recreation hacks), you should instead use the excellent YUI CSS Reset and then design your website from there.