【发布时间】:2021-07-07 08:08:36
【问题描述】:
我有页脚,其中我有带有名称的版权标记和 instagram 链接,我想向右对齐。没有任何工作,你能帮帮我吗?我正在使用引导程序。
<footer class="text-center bg-dark py-3" style="color: white;">
<span>name  </span><span style="color:#d64161">©2021  </span><a href="https://www.instagram.com/dtd_quiz/" target="_blank"><i style="color: white;" class="fab fa-instagram"> instagram</i></a>
</footer>
【问题讨论】:
-
从页脚中删除
text-center类并添加text-right
标签: javascript html css