skip to Main Content

change opacity on hover bootstrap – Twitter bootstrap

<button type="submit" value="Log in" class="btn btn-lg btn-link" style="color: grey;"><i class="glyphicon glyphicon-log-in" style="font-size: xx-large"></i></button> I added inline style to change the button style property. Now it won't change opacity when I hover my mouse pointer over it. Is there a way…

VIEW QUESTION

Set size and center alert box in twitter bootstrap

I'm trying to center and set the size to 80% of an alert box, however it's not working with the class text-center. <div class="text-center"> <div class="alert alert-info" style="width: 80%;" role="alert"> <i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <strong>Hey!</strong> It's just an alert... </div>…

VIEW QUESTION
Back To Top
Search