Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<style>
.modal {
text-align: center;
padding: 0!important;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
</style>
</head>
<body>
<div class="container">
<h2>Modal Example</h2>
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Modal Header</h4>
</div>
<div class="modal-body">
<p>Some text in the modal.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
The most helpful CSS solutions
How to set bootstrap popover borders in css ?CSS
Click to see more ...
1.7K
91
animate using cssCSS
Click to see more ...
1.6K
83
How to create a cylinder using css ?CSS
Click to see more ...
2.4K
79
How set border bottom using css ?CSS
Click to see more ...
1.6K
69
How to set the starting position of a background image using css ?CSS
Click to see more ...
1.1K
48
center a fixed element on the pageCSS
Click to see more ...
1.2K
48
css style browser scrollbarCSS
Click to see more ...
1K
39
How to overline text using css ?CSS
Click to see more ...
838
32
How to underline text using css ?CSS
Click to see more ...
801
26
How to set the cursor pointer of an element using css ?CSS
Click to see more ...
847
26