html - How to add an icon to a button at the bottom right corner -
i know how use font-awesome , other css files icon in button images below.

but requirement have icon @ bottom right corner of button. like...

i using bootstrap , font-awesome.
create css class , assign icon span:
.bottom-right { position: absolute; bottom: 0; right: 0; } additionally button needs have position: relative; assigned, absolute positioned icons coordinates relative button.
here fiddle: http://jsfiddle.net/8a2jbp7f/2/
if want rotated caret in image use text roation @benw posted.
Comments
Post a Comment