【问题标题】:Can't center my social media icon无法将我的社交媒体图标居中
【发布时间】:2015-08-08 23:55:57
【问题描述】:

我正在尝试像这样显示我的社交媒体图标:

<div class ="social">
    <div class="bordered"><a href="http://facebook.com/" target="_blank"><i><img src="images/about/facebook.png" width="25" height="25" alt="" border="0" align=""></i></a></div>
</div>

但我的网站从左到右显示这些图标like this。当我删除/删除整个“带边框”的 div 并将其替换为图像、单词或任何元素时,我会在中间看到它。问题是我不能在中间/中心放置名为“bordered”的 div。

【问题讨论】:

    标签: css icons center


    【解决方案1】:

    您正在使用已过时的中心标签。使用左边距:自动;和margin-right:auto;

    【讨论】:

    • 噢...!现在已经居中了。我不知道该怎么感谢你。
    猜你喜欢
    • 1970-01-01
    • 2016-07-22
    • 1970-01-01
    • 2019-09-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-04-29
    • 1970-01-01
    相关资源
    最近更新 更多