재질-파일 아이콘
이 장에서는 Google의 (Material) 파일 아이콘 사용에 대해 설명합니다. 그것을 가정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"> 파일 _ 업로드 </ 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 |