MOVI - it`s an easy way to integrate mobile operators icons in your website.
All you need is just one CSS file.
Curently includes only 3 Ukrainian mobile operators
- Download icons css file (it includes base64 decoded icons)
- Include icons css file to your project
<link rel="stylesheet" type="text/css" href="movi.css">
- Use icons in your project
<i class="moi-iconname"></i>
You could style icons as you want by:
[class*=movi-] {
width: 15px;
height: 15px;
}
.movi-vodafone {
background-color: #bbb;
border-radius: 10px;
}
- or using your own clases
.header-phone {
margin-right: 10px;
}
<i class="movi-kyivstar header-phone"></i>