无法将我的社交媒体图标居中
Can't center my social media icon
我正在尝试像这样显示我的社交媒体图标:
<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。当我 delete/remove 整个 "bordered" div 并将其替换为图像、单词或任何元素时,我会在中间看到它。问题是我无法在 middle/center.
上调用 "bordered" div
您使用的中心标签已过时。使用 margin-left:auto;和 margin-right:auto;
我正在尝试像这样显示我的社交媒体图标:
<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。当我 delete/remove 整个 "bordered" div 并将其替换为图像、单词或任何元素时,我会在中间看到它。问题是我无法在 middle/center.
上调用 "bordered" div您使用的中心标签已过时。使用 margin-left:auto;和 margin-right:auto;