Rotating Glyphicons / Font Awesome in Bootstrap

前端 未结 5 1354
星月不相逢
星月不相逢 2021-02-07 05:19

I\'m trying to get the glyphicons in my bootstrap site to rotate on hover (in addition to changing color).

Here\'s my attempt: http://jsfiddle.net/young_greedo17/88g5P/<

5条回答
  •  说谎
    说谎 (楼主)
    2021-02-07 06:04

    New Font awesome introduced rotate notation http://fontawesome.io/examples/

    //Normal:
      normal
    //Rotated:   fa-rotate-90
      fa-rotate-180
      fa-rotate-270
    //Flipped   fa-flip-horizontal
      icon-flip-vertical

提交回复
热议问题