make a Backdrop Using css

make a Backdrop Using css

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
  }
<div class='backdrop' />
<h1>Write, edit and run HTML, CSS and JavaScript code online.</h1>
<p>Our HTML editor updates the webview automatically in real-time as you write code.</p>