I want to place two font icons one above the other. So I can use it as: <span class="icon1-on-icon2" /> Is it possible to define CSS class(es) to achieve this? It’s not permitted to use another elements inside a span i.e. something like that: <span class="stack"> <span class="icon1"/> <span class="icon2" /> </span>
The post Place two font icons one above the other with CSS appeared first on BlogoSfera.