Scalable vector icon representing CSS referenced by class icon-css
included in Font Mfizz. After you get up and running, you can place Font Mfizz icons nearly anywhere in your HTML by simply using the <i>
tag.
- Name: CSS
- Class: icon-css
- Category: Programming languages
- Created: v1.0
- Design: Original artwork designed by Joe Lauer
Usage
Basic
icon-css
<i class="icon-css"></i> icon-css
Underlined
icon-css
<span style="text-decoration:underline;"><i class="icon-css"></i> icon-css</span>
Color
icon-css
<i class="icon-css" style="color:red"></i> <i class="icon-css" style="color:green"></i> <i class="icon-css" style="color:blue"></i> <i class="icon-css" style="color:purple"></i> icon-css
Hover
icon-css
<style type="text/css" scoped> .glyph-sample:hover { color:blue; } </style> <span class="glyph-sample"><i class="icon-css"></i> icon-css</span>