您可以在我的网站http://www.noor-azmi.com/element/
中查看页脚中的文字应该是中心的。
HTML
<footer>
<div class ="container-fluid con-foot">
<div id="foot1">Element Design Studio Pte Ltd <br><div id="copy"> Copyright 2017</div></div>
<div id="footer-logo"><img src="image/Small-E-Logo.png"></div>
</div>
</footer>
一切都很好,它们都被组合在一个div类con-foot中,我想让con-foot集中在页脚中。我尝试给它一个左边距离和边距右边的自动但仍然不能。
顺便说一下网站是在boostrap中完成的
答案 0 :(得分:0)
试试这个。希望它有所帮助,
.con-foot {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
}
答案 1 :(得分:-1)
查看从{<1}}删除的网站:
float: left;