gpt4 book ai didi

html - 如何组合多个 CSS 规则?

转载 作者:行者123 更新时间:2023-12-04 00:47:18 25 4
gpt4 key购买 nike

div#id_div_allposts {   
width: 100%;
}

div.class_div_post {
width: 100%;
}

div.class_div_editdelete {
width: 100%;
}

如何写成一行?

选择带有 id 和 class 的 html 标签的方法是什么?

最佳答案

您所要做的就是用逗号分隔它们,例如

div#id_div_allposts,
div.class_div_post,
div.class_div_editdelete {
width:100%;
}

关于html - 如何组合多个 CSS 规则?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7670337/

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