gpt4 book ai didi

html - 在 html 中在分数旁边写文本

转载 作者:太空宇宙 更新时间:2023-11-04 11:33:41 28 4
gpt4 key购买 nike

我之前问过这个问题:How to represent fractions in html .这是关于在 html 中编写分子和分母,提供的解决方案允许我以正确的格式编写分数。

但是,我不能在它旁边写文字。如果我在它旁边写文字,它会一起出现在顶部或底部。它出现在它下面。我希望文本出现在它旁边。

代码在这里:

.fraction {
position: relative;
width: 1em;
font-size: 2em;
}
.numerator {
border-bottom: 2px solid black;
text-align: center;
}
.denominator {
border-right: 2px solid black;
width: 0.75em;
text-align: center;
}

<div class="fraction">
<div class="numerator">3</div>
<div class="denominator">8</div>
</div>

文本显示如下:

enter image description here

有什么解决办法吗?有什么解决办法吗?

最佳答案

将 .fraction 类显示属性设置为内联 block 。我想您还必须摆弄它的 vertical-align 属性。

关于html - 在 html 中在分数旁边写文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31892484/

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