How to center align font awesome icons vertically in a circle div?

后端 未结 9 1129
遇见更好的自我
遇见更好的自我 2020-12-13 12:48

I\'m trying to center align font awesome icons center by vertically. If there is text we can do it using line-height property even i tried giving the lin

9条回答
  •  再見小時候
    2020-12-13 13:21

    vertical-align: middle will work if you set the div display: table-cell
    http://jsfiddle.net/M3jxT/484/

提交回复
热议问题