Материал - значки навигации
В этой главе объясняется использование значков навигации Google (материалов). Предположим, чтоcustom - это имя класса CSS, в котором мы определили размер и цвет, как показано в приведенном ниже примере.
<!DOCTYPE html>
<html>
<head>
<link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet">
<style>
i.custom {font-size: 2em; color: green;}
</style>
</head>
<body>
<i class = "material-icons custom">accessibility</i>
</body>
</html>
В следующей таблице представлены использование и результаты значков навигации Google (Материалов). Замените тег <body> указанной выше программы кодом, приведенным в таблице, чтобы получить соответствующие выходные данные -
Применение | Результат |
---|---|
<i class = "material-icons custom"> приложения </i> | Программы |
<i class = "material-icons custom"> arrow_back </i> | arrow_back |
<i class = "material-icons custom"> arrow_drop_down </i> | arrow_drop_down |
<i class = "material-icons custom"> arrow_drop_down_circle </i> | arrow_drop_down_circle |
<i class = "material-icons custom"> arrow_drop_up </i> | arrow_drop_up |
<i class = "material-icons custom"> arrow_forward </i> | arrow_forward |
<i class = "material-icons custom"> отменить </i> | отменить |
<i class = "material-icons custom"> установите флажок </i> | чек |
<i class = "material-icons custom"> chevron_left </i> | chevron_left |
<i class = "material-icons custom"> chevron_right </i> | chevron_right |
<i class = "material-icons custom"> закрыть </i> | Закрыть |
<i class = "material-icons custom"> expand_less </i> | expand_less |
<i class = "material-icons custom"> expand_more </i> | expand_more |
<i class = "material-icons custom"> полноэкранный режим </i> | полноэкранный |
<i class = "material-icons custom"> fullscreen_exit </i> | fullscreen_exit |
<i class = "material-icons custom"> меню </i> | меню |
<i class = "material-icons custom"> more_horiz </i> | more_horiz |
<i class = "material-icons custom"> more_vert </i> | more_vert |
<i class = "material-icons custom"> обновить </i> | обновить |