Font Awesome - Иконки в виде рук
В этой главе объясняется использование значков Font Awesome Hand. Предположим, что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 Hand. Замените тег <body> вышеуказанной программы кодом, приведенным в таблице, чтобы получить соответствующие выходные данные -
Применение | Результат |
---|---|
<i class = "fa fa-hand-rock-o custom"> </i> | |
<i class = "fa fa-hand-o-left custom"> </i> | |
<i class = "fa fa-hand-paper-o custom"> </i> | |
<i class = "fa fa-hand-rock-o custom"> </i> | |
<i class = "fa fa-hand-stop-o custom"> </i> | |
<i class = "fa fa-thumbs-o-up custom"> </i> | |
<i class = "fa fa-hand-lizard-o custom"> </i> | |
<i class = "fa fa-hand-o-right custom"> </i> | |
<i class = "fa fa-hand-peace-o custom"> </i> | |
<i class = "fa fa-hand-scissors-o custom"> </i> | |
<i class = "fa fa-thumbs-down custom"> </i> | |
<i class = "fa fa-thumbs-up custom"> </i> | |
<i class = "fa fa-hand-o-up custom"> </i> | |
<i class = "fa fa-hand-pointer-o custom"> </i> | |
<i class = "fa fa-hand-spock-o custom"> </i> | |
<i class = "fa fa-thumbs-o-down custom"> </i> |