Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213141516171819 |
- /*!
- * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
- */
-
- .flag {
- display: inline-block;
- width: 16px;
- height: 11px;
- background: url('../img/flags.png') no-repeat;
- }
-
-
- .flag.flag-us {
- background-position: -16px 0;
- }
-
- .flag.flag-fr {
- background-position: 0 0;
- }
|