gpt4 book ai didi

html - 在 p 元素内的 span 中对齐文本

转载 作者:行者123 更新时间:2023-11-28 04:04:46 25 4
gpt4 key购买 nike

我想对齐包含在 span 中的一些文本,该 span 本身位于 p 元素内。但它不起作用。

<p>This line has no alignment.<br /><span class="new">This is right aligned</span></p>

CSS代码是-

.new {text-align: right;}

我的 CSS 代码有什么问题?

最佳答案

p{
display: inline-block;
}
.new{
float:right;
}

你到底想达到什么目的?能给个你想要的截图吗?

关于html - 在 p 元素内的 span 中对齐文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43013521/

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