Can I add color to bootstrap icons only using CSS?

后端 未结 14 1469
说谎
说谎 2020-11-28 02:58

Twitter\'s bootstrap uses Icons by Glyphicons. They are \"available in dark gray and white\" by default:

14条回答
  •  隐瞒了意图╮
    2020-11-28 03:42

    This is all a bit roundabout..

    I've used the glyphs like this

      

    and to affect the color, i included a bit of css at the head like this

    
    

    Voila, green and red thumbs.

提交回复
热议问题