是否有标准的 CSS 边距/填充等?对于 HTML 元素?

发布于 2024-12-08 21:50:29 字数 218 浏览 0 评论 0原文

我相信 WordPress 会做类似的事情,他们使用 CSS 重置样式表,然后手动应用每个 HTML 元素的全局边距(以提高浏览器兼容性)。我正在寻找类似的东西,但没有 WordPress 特定元素。

同样,是否有一个我可以访问的 WebKit 使用的默认样式表?

I believe WordPress does something like this, they use a CSS reset stylesheet, then manually apply a global margin for each HTML element (to increase browser compatibility). I'm looking for something like this, but without the WordPress specific elements.

On a similar note, is there a default stylesheet that WebKit uses that I can access?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

一身骄傲 2024-12-15 21:50:29

您可能需要考虑使用normalize.css而不是reset.css;检查他们的演示似乎表明这包括表单元素的标准:

http://necolas.github.com/normalize .css/

You may want to consider using normalize.css as opposed to a reset.css; checking their demo seems to indicate this includes standards for form elements:

http://necolas.github.com/normalize.css/

金兰素衣 2024-12-15 21:50:29

我通常使用 YUI Reset CSS 来实现此目的。 YUI Base CSS 可以通过为通用 HTML 元素应用在 A 中保持一致的样式基础来补充 Reset级浏览器。 YUI 来自 Yahoo,因此享有良好的支持,并且可能比其他类似的 CSS 框架更可靠。

I generally use YUI Reset CSS for this. YUI Base CSS can complement Reset by applying a style foundation for common HTML elements that is consistent across A-grade browsers. YUI is from Yahoo and hence enjoys good support and is presumably more reliable than other similar CSS frameworks.

遗心遗梦遗幸福 2024-12-15 21:50:29

据我所知,没有标准的 CSS margin 等...

这就是需要重置样式表的原因之一。没有人设置相同的样式,并且大多数浏览器都有不同的默认值。

对我来说,一旦我在大多数元素上重置了 marginpadding,我通常会将 margin 设置为 1em 左右 <代码>p、h1-h5

There's no standard CSS margin etc. that I know of...

That's one of the reasons why a reset stylesheet is necessary. No one sets the same styles and most browsers have different defaults.

For me, once I reset margin and padding on most elements, I usually make the margin around 1em for p, h1-h5, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文