Setting size for icon in CSS

前端 未结 6 1137
再見小時候
再見小時候 2021-01-31 15:54

I\'m working on JSF, and I\'m using this code to display an error box.

6条回答
  •  星月不相逢
    2021-01-31 16:57

    None of those work for me.

    .fa-volume-down {
        color: white;
        width: 50% !important;
        height: 50% !important;
        margin-top: 8%;
        margin-left: 7.5%;
        font-size: 1em;
        background-size: 120%;
    }
    

提交回复
热议问题