Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
  <title>JS Bin</title>
</head>
<body>
  <h3>My page</h3>
<a class="btn btn-lg btn-primary" data-toggle="modal"
                                  data-target="#addQuestion">Add Questions</a>
  
<div class="modal" id="addQuestion" role="dialog">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button class="close" data-dismiss="modal">&times;</button>
                <h4>DemoTitle</h4>
            </div>
            <div class="modal-body">
                <p>put a lot of stuff here</p>
            </div>
            <div class="modal-footer">
                <button class="btn btn-primary" data-dismiss="modal">close</button>
            </div>
        </div>
    </div>
</div>
 
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers