Showing posts with label Code to create modal with bootstrap. Show all posts
Showing posts with label Code to create modal with bootstrap. Show all posts

Monday, January 12, 2015

Code for creating Modal with Bootstrap

Modal is a dialog box which appear whenever you click link or button. It faces in when you click and the rest of the content fades out.
<!-- modal -->
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <a data-toggle="modal" href="#myModal">Login</a>