Home

Awesome

Languages: 中文文档

Intro

Pure CSS file icons. Help you create file icons with pure CSS codes. (eg. doc, pdf, png, zip and so on).

See the DEMO

Usage

<div class="file-icon file-icon-xl" data-type="doc"></div>

Will display:

doc

Type

Use attribute data-type to define the file type, We had already defined some file type styles, includes:

Size

Use class file-icon-xx for size define, We support some size below:

Custom

Use data-type css selector to style your file type colors:

.file-icon[data-type=custom] {
  background: #38A240;
}

Who are using

License

Copyright (c) 2014-2015 Picturepan2. MIT Licensed, see LICENSE for details.