<div class="modal">
  I am a modal
</div>
body {
  background-color: #282828;
}

.modal {
  position: fixed;
  top: 10%;
  right: 10%;
  bottom: 30%;
  left: 10%;
  background-color: #ffffff;
  padding: 15px;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.