gpt4 book ai didi

HTML:标题标签的百分比是多少?

转载 作者:行者123 更新时间:2023-11-27 22:51:07 26 4
gpt4 key购买 nike

我刚刚用这个标准化了字体大小:

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

现在我想调整给 <h1>, <h2> 百分比的标题标签的大小.像这样:

h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 180%; margin: .83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
h6 {font-size: .67em; margin: 2.33em 0;}
h1, h2, h3, h4, h5, h6 {font-weight: bolder;}

如您所见,我给了 h2 一个百分比,但其余部分的百分比是多少?

最佳答案

我发现这个链接带有转换 table .

关于HTML:标题标签的百分比是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3055469/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com