html5 - how to display the text message inside the fontawesome square icon -
this code.how show text message inside square box size 1x.
<span class="fa-stack fa-5x" style="margin-left:5%"> <i class="fa fa-square-o fa-stack-2x"></i> </span>
put position absolute , put margin per requirement on div tag create in put text.
<div style="position: absolute;">asdasdaddas</div>
Comments
Post a Comment