Vertical Align Text After Font Icon

前端 未结 3 1049
孤街浪徒
孤街浪徒 2020-12-02 02:47
3条回答
  •  独厮守ぢ
    2020-12-02 03:19

    You can use display: flex and can do something like below :

    • .col-md-4 {
        display: flex;
        align-items: center;
      }
      
      .blue {
        color: blue
      }
      
      .white {
        color: white;
      }
      
      
      

      Free wifi

提交回复
热议问题