Font Awesome - ikony walut
W tym rozdziale opisano użycie ikon Font Awesome Currency. Zakładać, żecustom to nazwa klasy CSS, w której zdefiniowaliśmy rozmiar i kolor, jak pokazano w przykładzie podanym poniżej.
<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>
Poniższa tabela przedstawia użycie i wyniki ikon Font Awesome Currency. Zastąp tag <body> powyższego programu kodem podanym w tabeli, aby uzyskać odpowiednie wyniki -
Stosowanie | Wynik |
---|---|
<i class = "fa fa-bitcoin custom"> </i> | |
<i class = "fa fa-btc custom"> </i> | |
<i class = "fa fa-cny custom"> </i> | |
<i class = "fa fa-dollar custom"> </i> | |
<i class = "fa fa-eur custom"> </i> | |
<i class = "fa fa-euro custom"> </i> | |
<i class = "fa fa-gbp custom"> </i> | |
<i class = "fa fa-gg custom"> </i> | |
<i class = "fa fa-gg-circle custom"> </i> | |
<i class = "fa fa-ils custom"> </i> | |
<i class = "fa fa-inr custom"> </i> | |
<i class = "fa fa-jpy custom"> </i> | |
<i class = "fa fa-krw custom"> </i> | |
<i class = "fa fa-money custom"> </i> | |
<i class = "fa fa-rmb custom"> </i> | |
<i class = "fa fa-ruble custom"> </i> | |
<i class = "fa fa-rub custom"> </i> | |
<i class = "fa fa-ruble custom"> </i> | |
<i class = "fa fa-rupee custom"> </i> | |
<i class = "fa fa-shekel custom"> </i> | |
<i class = "fa fa-sheqel custom"> </i> | |
<i class = "fa fa-try custom"> </i> | |
<i class = "fa fa-turkish-lira custom"> </i> | |
<i class = "fa fa-usd custom"> </i> | |
<i class = "fa fa-won custom"> </i> | |
<i class = "fa fa-yen custom"> </i> |