Using Numbers With Font Awesome

后端 未结 6 1542
春和景丽
春和景丽 2021-02-02 05:58

I want to use numbers to list steps in a process. I was curious about how to do this with Font Awesome.

I\'d like to use circles with a 1, 2, 3... in it. Is this possibl

6条回答
  •  甜味超标
    2021-02-02 06:33

    Following code will give a circle with a number

    
      
      1
    
    

    Following code will give a solid circle with a number

    
      
      1
    
    

    Here the text-primary class (from bootstrap) is used to set the colour of the number

提交回复
热议问题