gpt4 book ai didi

css - 如何让手写笔更有效率

转载 作者:行者123 更新时间:2023-11-28 12:03:28 24 4
gpt4 key购买 nike

我有以下代码,希望如何在手写笔中完成

CSS

h1 {
font-size: 36px
}
h2 {
font-size: 32px
}
h3 {
font-size: 28px
}
h4 {
font-size: 24px
}
h5 {
font-size: 20px
}
h6 {
font-size: 16px
}

手写笔

for num in (1..6)
h-{num}
font-size 32px

首先是在标题中循环,然后是 Nose ,因为我会为字体大小做另一个循环

最佳答案

size= 36px 32px 28px 24px 20px 16px
for num,$s in size
h{$s+1} num

点击here用于演示

关于css - 如何让手写笔更有效率,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43243468/

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