Материал - значки карт
В этой главе объясняется использование значков (Материальных) карт 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"> routes_bike </i> | direction_bike |
<i class = "material-icons custom"> routes_boat </i> | direction_boat |
<i class = "material-icons custom"> routes_bus </i> | Directions_bus |
<i class = "material-icons custom"> routes_car </i> | direction_car |
<i class = "material-icons custom"> routes_railway </i> | direction_railway |
<i class = "material-icons custom"> routes_run </i> | direction_run |
<i class = "material-icons custom"> routes_subway </i> | direction_subway |
<i class = "material-icons custom"> routes_transit </i> | direction_transit |
<i class = "material-icons custom"> routes_walk </i> | direction_walk |
<i class = "material-icons custom"> полет </i> | рейс |
<i class = "material-icons custom"> отель </i> | отель |
<i class = "material-icons custom"> слои </i> | слои |
<i class = "material-icons custom"> Layers_clear </i> | Layers_clear |
<i class = "material-icons custom"> local_activity </i> | local_activity |
<i class = "material-icons custom"> local_airport </i> | local_airport |
<i class = "material-icons custom"> local_atm </i> | local_atm |
<i class = "material-icons custom"> local_bar </i> | local_bar |
<i class = "material-icons custom"> local_cafe </i> | local_cafe |
<i class = "material-icons custom"> local_car_wash </i> | local_car_wash |
<i class = "material-icons custom"> local_convenience_store </i> | local_convenience_store |
<i class = "material-icons custom"> local_dining </i> | local_dining |
<i class = "material-icons custom"> local_drink </i> | local_drink |
<i class = "material-icons custom"> local_florist </i> | local_florist |
<i class = "material-icons custom"> local_gas_station </i> | local_gas_station |
<i class = "material-icons custom"> local_grocery_store </i> | local_grocery_store |
<i class = "material-icons custom"> local_hospital </i> | local_hospital |
<i class = "material-icons custom"> local_hotel </i> | local_hotel |
<i class = "material-icons custom"> local_laundry_service </i> | local_laundry_service |
<i class = "material-icons custom"> local_library </i> | local_library |
<i class = "material-icons custom"> local_mall </i> | local_mall |
<i class = "material-icons custom"> local_movies </i> | local_movies |
<i class = "material-icons custom"> local_offer </i> | local_offer |
<i class = "material-icons custom"> local_parking </i> | local_parking |
<i class = "material-icons custom"> local_pharmacy </i> | local_pharmacy |
<i class = "material-icons custom"> local_phone </i> | local_phone |
<i class = "material-icons custom"> local_pizza </i> | local_pizza |
<i class = "material-icons custom"> local_play </i> | local_play |
<i class = "material-icons custom"> local_post_office </i> | local_post_office |
<i class = "material-icons custom"> local_printshop </i> | local_printshop |
<i class = "material-icons custom"> local_see </i> | local_see |
<i class = "material-icons custom"> local_shipping </i> | local_shipping |
<i class = "material-icons custom"> local_taxi </i> | local_taxi |
<i class = "material-icons custom"> карта </i> | карта |
<i class = "material-icons custom"> my_location </i> | мое местонахождение |
<i class = "material-icons custom"> навигация </i> | навигация |
<i class = "material-icons custom"> person_pin </i> | person_pin |
<i class = "material-icons custom"> pin_drop </i> | pin_drop |
<i class = "material-icons custom"> место </i> | место |
<i class = "material-icons custom"> rate_review </i> | rate_review |
<i class = "material-icons custom"> restaurant_menu </i> | restaurant_menu |
<i class = "material-icons custom"> спутник </i> | спутник |
<i class = "material-icons custom"> store_mall_directory </i> | store_mall_directory |
<i class = "material-icons custom"> трафик </i> | движение |
<i class = "material-icons custom"> ландшафт </i> | местность |