adding text under a link icon
I have this link that i embedded into an icon and i wanted to add a
description text underneath the icon itself.
Example: email icon and underneath it i would have "Email"
This is what i have currently for my link and i would like to add to it
the title "Email"
<a title="Email" class="icon-envelope" data-bind="attr: { 'href':
'mailto:' + Email() }"></a>
How could i use the combination of css and html to accomplish this?
No comments:
Post a Comment