skip to Main Content

Twitter Bootstrap grid issue: column alignment

it would be really great if somebody can help me with an issue: http://jsfiddle.net/wruetay4/4/ <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 col-xs-6"> <div class="content">tesx asdasdasdasdasd astasdasdasd asqwtsfafasfasdasd gtqasdasdasd wrasfgagsasdasdasd qdas wfa sfasfasfasfasf ag asgas gas gasgasgasgasgasg</div> </div> <div class="col-lg-6 col-md-6…

VIEW QUESTION

Twitter bootstrap – how to apply animate.css on bootstrap3 modal box?

I would like to apply animations on bootstrap3 modal box using animate.css. But it is not working for me. Here is my code snippet <html lang="en"> <head> <link href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/custom/bootstrap.min.css" rel="stylesheet" /> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap-theme.css" rel="stylesheet" /> <link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.3.0/animate.min.css" rel="stylesheet" /> </head>…

VIEW QUESTION
Back To Top
Search