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> 

this fontawesome square box

put position absolute , put margin per requirement on div tag create in put text.

<div style="position: absolute;">asdasdaddas</div> 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -