Saturday, 15 September 2012

html - How to add an icon to a button at the bottom right corner -


I know how to use font-awesome and some other CSS files in a button like the ones given below An icon can be found

Enter image details here

But now I need to keep that icon on the lower right corner of a button. Something like this ...

enter image details here

I'm using bootstrap and font-awesome.

Create a CSS class like this and type it icon duration :

  .bottom-right {position: absolute; Bottom: 0; Correct: 0; }  

Additionally, the button needs to assign status: relative so that the full position icon is relative to the coordinate button.

Here's a fiddle:

If you want rotated carats in the form of text in your image use such as @Benad Post


No comments:

Post a Comment