gpt4 book ai didi

html - 如何在 HTML 和 CSS 中的章节标题上方显示一个堆叠的超赞字体图标?

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

在下图中,有显示为“stacked font-awesome icon”的文字。这是我想显示堆叠 Font Awesome 图标的地方。具体来说,我想在方形轮廓内显示一个超赞字体图标(即超赞字体图标),并且能够根据需要调整它的大小。堆叠图标用于我网站上的一个部分,将显示在标题上方。

预期结果:https://postimg.org/image/3mkiestwf/

    <p align="center">One day I was walking in a forest. I sat down to catch my breath. I saw a spider and it startled me. I continued walking and saw a river. It began to rain. I did not have my rain boots on. I started to get wet so I hid under a tree. When the rain stopped, I began to walk home.</p>

<div>
<div style="float: left; width: 50%;">
<ul style="float: right;">
<li><i class="fa fa-check"></i>   List Item 1</li>
<li><i class="fa fa-check"></i>   List Item 2</li>
<li><i class="fa fa-check"></i>   List Item 3</li>
</ul>

</div>
<div style="float: right; width: 50%;">
<ul>
<li><i class="fa fa-check"></i>   List Item 4</li>
<li><i class="fa fa-check"></i>   List Item 5</li>
<li><i class="fa fa-check"></i>   List Item 6</li>
</ul>
</div>
</div>


[1]: /image/JlxeY.jpg

最佳答案

这是您要找的吗?

HTML:

<div class="icon">
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-rocket fa-stack-1x"></i>
</span>
</div>
... the rest of your content ...

CSS:

.icon {
text-align: center;
}

https://jsfiddle.net/n3fnLz9d/11/

关于html - 如何在 HTML 和 CSS 中的章节标题上方显示一个堆叠的超赞字体图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40921937/

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