我希望以下文本和链接位于同一行,文本“XYZ 制造”居中,返回顶部链接位于右侧。我究竟做错了什么?
<div id="footer_container">
<span style="text-align: center">Made by XYZ</span>
<span style="float: right"><a href="#top">Return to Top</a></span>
</div>
这是 div 容器代码:
#footer_container
{
background: #7fc041;
bottom: 0;
height: 1.9em;
left: 0;
position: fixed;
width: 100%;
}