Font Awesome - Video-Player-Symbole
In diesem Kapitel wird die Verwendung von Font Awesome Video Player-Symbolen erläutert. Annehmen, dasscustom ist der CSS-Klassenname, in dem wir die Größe und Farbe definiert haben, wie im folgenden Beispiel gezeigt.
<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>
Die folgende Tabelle zeigt die Verwendung und die Ergebnisse der Font Awesome Video Player-Symbole. Ersetzen Sie das <body> -Tag des obigen Programms durch den in der Tabelle angegebenen Code, um die entsprechenden Ausgaben zu erhalten -
Verwendung | Symbole |
---|---|
<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-Schnellvorlauf benutzerdefiniert"> </ 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> |