소재-사회 아이콘
이 장에서는 Google의 (Material) Social 아이콘 사용에 대해 설명합니다. 그것을 가정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의 (Material) Social 아이콘 사용 및 결과가 포함되어 있습니다. 위 프로그램의 <body> 태그를 표에 주어진 코드로 대체하여 각 출력을 얻습니다.
용법 | 결과 |
---|---|
<i class = "material-icons custom"> 케이크 </ i> | 케이크 |
<i class = "material-icons custom"> 도메인 </ i> | 도메인 |
<i class = "material-icons custom"> 그룹 </ i> | 그룹 |
<i class = "material-icons custom"> group_add </ i> | group_add |
<i class = "material-icons custom"> location_city </ i> | location_city |
<i class = "material-icons custom"> 분위기 </ i> | 기분 |
<i class = "material-icons custom"> mood_bad </ i> | 기분 나쁜 |
<i class = "material-icons custom"> 알림 </ i> | 알림 |
<i class = "material-icons custom"> notifications_active </ i> | notification_active |
<i class = "material-icons custom"> 알림 _ 없음 </ i> | notification_none |
<i class = "material-icons custom"> notifications_off </ i> | notification_off |
<i class = "material-icons custom"> notifications_paused </ i> | notification_paused |
<i class = "material-icons custom"> 페이지 </ i> | 페이지 |
<i class = "material-icons custom"> party_mode </ i> | 파티 모드 |
<i class = "material-icons custom"> 사람 </ i> | 사람들 |
<i class = "material-icons custom"> people_outline </ i> | people_outline |
<i class = "material-icons custom"> 사람 </ i> | 사람 |
<i class = "material-icons custom"> person_add </ i> | person_add |
<i class = "material-icons custom"> person_outline </ i> | person_outline |
<i class = "material-icons custom"> plus_one </ i> | 하나 추가 |
<i class = "material-icons custom"> 설문 조사 </ i> | 투표 |
<i class = "material-icons custom"> 공개 </ i> | 공공의 |
<i class = "material-icons custom"> 학교 </ i> | 학교 |
<i class = "material-icons custom"> 공유 </ i> | 공유 |
<i class = "material-icons custom"> whatshot </ i> | Whatshot |