Font Awesome-비디오 플레이어 아이콘
이 장에서는 Font Awesome Video Player 아이콘의 사용법에 대해 설명합니다. 그것을 가정custom 아래에 주어진 예와 같이 크기와 색상을 정의한 CSS 클래스 이름입니다.
<html>
<head>
<link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<style>
i.custom {font-size: 2em; color: gray;}
</style>
</head>
<body>
<i class = "fa fa-adjust custom"></i>
</body>
</html>
다음 표는 Font Awesome Video Player 아이콘의 사용법과 결과를 보여줍니다. 위 프로그램의 <body> 태그를 표에 주어진 코드로 대체하여 각 출력을 얻습니다.
용법 | 아이콘 |
---|---|
<i class = "fa fa-arrows-alt custom"> </ i> | |
<i class = "fa fa-backward custom"> </ i> | |
<i class = "fa fa-compress custom"> </ i> | |
<i class = "fa fa-eject custom"> </ i> | |
<i class = "fa fa-expand custom"> </ i> | |
<i class = "fa fa-fast-backward custom"> </ i> | |
<i class = "fa fa-fast-forward 사용자 지정"> </ i> | |
<i class = "fa fa-forward custom"> </ i> | |
<i class = "fa fa-play-circle custom"> </ i> | |
<i class = "fa fa-play-circle-o custom"> </ i> | |
<i class = "fa fa-random custom"> </ i> | |
<i class = "fa fa-step-backward custom"> </ i> | |
<i class = "fa fa-stop custom"> </ i> | |
<i class = "fa fa-pause custom"> </ i> | |
<i class = "fa fa-play custom"> </ i> | |
<i class = "fa fa-youtube-play custom"> </ i> |