gpt4 book ai didi

html - div的结尾和段落的开头之间需要有间距

转载 作者:太空宇宙 更新时间:2023-11-03 20:24:34 24 4
gpt4 key购买 nike

我在一个段落标签中有文本,它紧贴在 div 的底部,您将在这张图片中看到:http://i44.tinypic.com/e05s0z.png

我可以在 div 的底部放置一些填充来解决这个问题,但可能会有多个 div,具体取决于该页面上有多少元素。

我需要做的是在最后一个 div (class="article") 的末尾和段落标记中的文本之间放置一些间距。

这是文章类的CSS

.article {
padding:10px;
overflow:auto;
}

带段落标签的文本

<p>Herkimer County Community College does not 
discriminate on the basis of race, color, sex,
national origin, age, handicap, or marital status
in admission, employment, or in any aspect regarding
the conduct of College business.</p>

我该怎么办?

最佳答案

给最后一段一个 id - #disclaimer,也许 - 然后将其设置为具有 padding-top 的样式。

<p id="disclaimer">Herkimer County Community College does not 
discriminate on the basis of race, color, sex,
national origin, age, handicap, or marital status
in admission, employment, or in any aspect regarding
the conduct of College business.</p>

和...

#disclaimer {
padding-top: 10px;
}

[编辑]根据您的意见,替代方案是将文章包围在一个 div 中,并为该 div.class 提供底部边距/填充样式。

关于html - div的结尾和段落的开头之间需要有间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1063660/

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