기타 A list of Font Awesome icons and their CSS content values
페이지 정보
작성자 오원장 댓글 0건 조회 3,361회 작성일 18-10-31 19:47본문
.element {
position
:
relative
;
}
/*replace the content value with the
corresponding value from the list below*/
.element:before {
content
:
"\f000"
;
font-family
: FontAwesome;
font-style
:
normal
;
font-weight
:
normal
;
text-decoration
: inherit;
/*--adjust as necessary--*/
color
:
#000
;
font-size
:
18px
;
padding-right
:
0.5em
;
position
:
absolute
;
top
:
10px
;
left
:
0
;
}
관련링크
댓글목록
등록된 댓글이 없습니다.