Make Font Awesome icons in a circle?

前端 未结 14 1310
情书的邮戳
情书的邮戳 2020-12-02 04:38

I am using font awesome on some project but I have some things that I want to do with font awesome icons, I can easily call an icon like this:



        
14条回答
  •  死守一世寂寞
    2020-12-02 05:18

    You can simply get round icon using this code:

    
    

    Now your CSS will be:

    .social-icons {
    display: inline-block;border-radius: 25px;box-shadow: 0px 0px 2px #888;
    padding: 0.5em;
    background: #0D47A1;
    font-size: 20px;
    }
    .socialicons{color: white;}
    

提交回复
热议问题