How Do I Make Glyphicons Bigger? (Change Size?)

前端 未结 7 567
借酒劲吻你
借酒劲吻你 2021-01-29 19:12

I would like to make the globe glyphicon bigger so that it covers up a large portion of the page (it\'s a vector image). It\'s not in a button or anything; it\'s just alone. Is

7条回答
  •  被撕碎了的回忆
    2021-01-29 19:27

    Fontawesome has a perfect solution to this.

    I implemented the same. just on your main .css file add this

    .gi-2x{font-size: 2em;}
    .gi-3x{font-size: 3em;}
    .gi-4x{font-size: 4em;}
    .gi-5x{font-size: 5em;}
    

    In your example you just have to do this.

提交回复
热议问题