Материал - значки файлов
В этой главе объясняется использование значков файлов 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"> облако </i> | облако |
<i class = "material-icons custom"> cloud_circle </i> | cloud_circle |
<i class = "material-icons custom"> cloud_done </i> | cloud_done |
<i class = "material-icons custom"> cloud_download </i> | cloud_download |
<i class = "material-icons custom"> cloud_off </i> | cloud_off |
<i class = "material-icons custom"> cloud_queue </i> | cloud_queue |
<i class = "material-icons custom"> cloud_upload </i> | cloud_upload |
<i class = "material-icons custom"> file_download </i> | скачать файл |
<i class = "material-icons custom"> file_upload </i> | файл загружен |
<i class = "material-icons custom"> папка </i> | папка |
<i class = "material-icons custom"> folder_open </i> | folder_open |
<i class = "material-icons custom"> folder_shared </i> | folder_shared |