我想设计这个底部容器的样式
?
?
变成这样
?
?
但是没有所有的箭头。如何将单词移动到div的中心并在它们之间创建空间?
我正在我的编辑器中使用该代码:
?
.bottom-container {
background-color: #66BFBF;
height: 200px;
}
<div class="bottom-container">
<strong><a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a></strong>
<strong><a class="footer-link" href="https://twitter.com/">Twitter</a></strong>
<strong><a class="footer-link" href="https://www.appbrewery.co/">Website</a></strong>
<p>? 2021 Shervin Bidar.</p>
</div>
?
转载请注明出处:http://www.cxyjjj.com/article/20230526/2274283.html