gpt4 book ai didi

html - 如何将 padding-left 添加到已经向右浮动的文本?

转载 作者:太空宇宙 更新时间:2023-11-04 13:11:08 24 4
gpt4 key购买 nike

链接:http://neilson.webege.com/principals.html

我想在图片和文字之间添加 10px 的内边距。

文本当前向右浮动。当我尝试将 padding-left 放在其中一个 P 类中时,没有任何改变。

有什么建议吗?

<div class="eachprincipal">
<img src="images/principalpic.jpg" style="float:left;padding-right: 10px;">
<br>
<br>
<p style="float:right">
</p><p class="principalname"> Jack Zakariaie, J.D. </p>
<br>
<p class="principaldescription"> Jack of the house Zakariaie, the First of his Name, King of the Andals and the Rhoynar and the First Men, Lord of the Seven Kingdoms and Protector of the Realm has fed all the starving children in the world by causing photosynthesis in farm plants by reflecting light off his bald head.</p><p></p>
</div>

最佳答案

按照您目前的做法,填充应该添加到图像,而不是段落。

.eachprincipal > img {
padding-right: 10px;
}

关于html - 如何将 padding-left 添加到已经向右浮动的文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24688127/

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