Center text above font awesome icon?

Edson Horacio Junior

How can I horizontally and vertically center text above font awesome icon?

Example code:

<div>
    <i class="icon-circle"></i>
    <span>text</span>
</div>
Edson Horacio Junior

Using Bootstrap 2.3 I achieved it like this:

<span class="icon-stack" style="text-align:center;">
    <i class="icon-circle icon-2x"></i>
    <span class="icon-stack"><strong>Some text</strong></span>
</span>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Position font awesome span icon above text within an anchor

From Java

How to center text vertically with a large font-awesome icon?

From Dev

Font Awesome icon behind text

From Dev

Font Awesome icon behind text

From Dev

Vertically Center Font Awesome Icon in Navbar

From Java

Font Awesome icon inside text input element

From Dev

How to position text over Font Awesome icon?

From Dev

Overlapping a font awesome icon inside a text field

From Dev

Font awesome icon and text in input submit button?

From Dev

How to insert font awesome icon into text input?

From Dev

How to position an Awesome Font Icon after a text

From Dev

Font Awesome Icon Alignment

From Dev

Font Awesome icon in React

From Dev

Font Awesome Icon Alignment

From Dev

center div with Font Awesome

From Dev

Align text and icon-font icon in span at center of parent div

From Dev

How to hide the font awesome icon when the text next to it is not displayed?

From Dev

Font-awesome icon is overlapping truncated text on Firefox

From Dev

How to change button text to font awesome icon using jquery

From Dev

Vertical align font awesome icon with text within <li>

From Dev

Angular: How May I change Font Awesome icon and Text on condition

From Dev

How do I get text below Icon button with font awesome

From Dev

Trying to line up text under Font Awesome icon

From Dev

CSS3 transition within Awesome Icon Font and Text Hover

From Dev

How to change button text to font awesome icon using jquery

From Dev

How to input block of text next to Font Awesome icon in CSS?

From Dev

How to get font awesome icon into input type text

From Dev

Font-Awesome Icons, Change Color In The Middle of The Icon (The Text) On Hover

From Dev

How to center text inside of font-awesome circle

Related Related

  1. 1

    Position font awesome span icon above text within an anchor

  2. 2

    How to center text vertically with a large font-awesome icon?

  3. 3

    Font Awesome icon behind text

  4. 4

    Font Awesome icon behind text

  5. 5

    Vertically Center Font Awesome Icon in Navbar

  6. 6

    Font Awesome icon inside text input element

  7. 7

    How to position text over Font Awesome icon?

  8. 8

    Overlapping a font awesome icon inside a text field

  9. 9

    Font awesome icon and text in input submit button?

  10. 10

    How to insert font awesome icon into text input?

  11. 11

    How to position an Awesome Font Icon after a text

  12. 12

    Font Awesome Icon Alignment

  13. 13

    Font Awesome icon in React

  14. 14

    Font Awesome Icon Alignment

  15. 15

    center div with Font Awesome

  16. 16

    Align text and icon-font icon in span at center of parent div

  17. 17

    How to hide the font awesome icon when the text next to it is not displayed?

  18. 18

    Font-awesome icon is overlapping truncated text on Firefox

  19. 19

    How to change button text to font awesome icon using jquery

  20. 20

    Vertical align font awesome icon with text within <li>

  21. 21

    Angular: How May I change Font Awesome icon and Text on condition

  22. 22

    How do I get text below Icon button with font awesome

  23. 23

    Trying to line up text under Font Awesome icon

  24. 24

    CSS3 transition within Awesome Icon Font and Text Hover

  25. 25

    How to change button text to font awesome icon using jquery

  26. 26

    How to input block of text next to Font Awesome icon in CSS?

  27. 27

    How to get font awesome icon into input type text

  28. 28

    Font-Awesome Icons, Change Color In The Middle of The Icon (The Text) On Hover

  29. 29

    How to center text inside of font-awesome circle

HotTag

Archive