폰트어썸 before, after (FontAwesome) Css에서 사용하기

    https://fontawesome.com/search

     

    Font Awesome

    The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome.

    fontawesome.com


    :before
    {
        content: '\폰트어썸 Unicode를 입력해주세요.';
        content: '\f191';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

    'Css' 카테고리의 다른 글

    스크롤 바(scrollbar) 없애기  (0) 2023.03.28
    border에 그라디언트 넣기  (0) 2023.03.28
    텍스트 문단 수 줄이기  (0) 2023.03.24
    input radio 버튼 꾸미기  (0) 2023.03.23
    스크롤바(scrollbar) 꾸미기  (0) 2023.03.23