gpt4 book ai didi

html - 在一行旁边居中放置两行文本,Bootstrap

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

Quotes(") and 2 lines of text , one coming next to quotes and one more coming below it.

Quotes(") and 2 lines of text , both lines coming next to quotes.

  Code used :                               
<center>
<div class="badge" style="display:inline-block;width:30px;height:30px;border-radius:50%;font-size:40px;color:#000;text-align:center;background:#fff;padding:5px">&ldquo;</div>
&nbsp;&nbsp;&nbsp;Robert Smith<br>CEO of Geckoos.com
</center>

使用我得到的代码,如图片 1。希望它成为图片 2。请帮忙

最佳答案

我会将内容分成两 block 。不建议使用 来获得 css 分离。

<center>
<div class="badge" style="display:inline-block;width:30px;height:30px;border-radius:50%;font-size:40px;color:#000;text-align:center;background:#fff;padding:5px">&ldquo;</div>
<div class="textContent" style="display:inline-block;margin-left:5px;text-align:left;">Robert Smith<br>CEO of Geckoos.com</div>
</center>

关于html - 在一行旁边居中放置两行文本,Bootstrap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33561294/

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