Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap 3.0 A Tag Like Button

I upgraded to Bootstrap 3.0. .btn class doesn't effect "a" tag now. And it looks like normal link. What we will do ?

like image 668
Cihan Küsmez Avatar asked Sep 13 '13 09:09

Cihan Küsmez


1 Answers

Yes it still does.

<a class="btn btn-default glyphicon glyphicon-hand-up"></a>

See this demo

like image 129
letiagoalves Avatar answered Oct 13 '22 14:10

letiagoalves