+ 1
Do anyone have samo link, I need icons of world states, and I want to include them in my project on playground? :)
4 Antworten
+ 18
<!-- Include this in your <head> -->
<link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.8.0/css/flag-icon.css">
<!--
For see the flags, you have to add a class, so...
-->
<!-- Include this in your <body> -->
<span class="flag-icon flag-icon-gr"></span>
<span class="flag-icon flag-icon-it"></span>
〰 〰 〰 〰 〰 〰 〰 〰 〰 〰 〰 〰 〰
It works with me! And the flags are in SVG! For a complete list of classes, see this link: ▶http://flag-icon-css.lip.is
+ 4
like this: http://tkrotoff.github.io/famfamfam_flags/ ?
+ 3
@Maz you are great xD Thank you very much ;)
+ 1
Yeah, but I don't see link, that I can include it in head of my document in link tag, like awesome font :) if you understand me :)