如何水平居中字体真棒图标? [英] How to center Font Awesome icons horizontally?

查看:86
本文介绍了如何水平居中字体真棒图标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有> strong 图标的表格,我想将文本左对齐并居中图标。
我尝试将< i> 居中,但不起作用:

I have a table with a Font Awesome icon and I want to align text left and center icons. I tried with centering <i> but doesn't work:

HTML:

<td><i class="icon-ok"></i></td>

CSS:

td, th {
    text-align: left;
}
td i {
    text-align:center;
}

jsFiddle

jsFiddle

我也尝试设置 text-align: center!important; ,但不起作用。我做错了什么?

I also tried to set text-align:center !important; but doesn't work. What did I do wrong?

推荐答案

添加自己喜欢的字体真棒样式

Add your own flavour of the font awesome style

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

其中还有您的

td i {
    text-align:center;
}

应仅将图标居中。

这篇关于如何水平居中字体真棒图标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆