Scalable vector icon representing CSS3 referenced by class icon-css3 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: CSS3
- Class: icon-css3
- Category: Programming languages
- Created: v2.4.0
Usage
Basic
icon-css3
<i class="icon-css3"></i> icon-css3
Underlined
icon-css3
<span style="text-decoration:underline;"><i class="icon-css3"></i> icon-css3</span>
Color
icon-css3
<i class="icon-css3" style="color:red"></i> <i class="icon-css3" style="color:green"></i> <i class="icon-css3" style="color:blue"></i> <i class="icon-css3" style="color:purple"></i> icon-css3
Hover
icon-css3
<style type="text/css" scoped>
.glyph-sample:hover { color:blue; }
</style>
<span class="glyph-sample"><i class="icon-css3"></i> icon-css3</span>
