<div>
<p>モーダル</p>
</div>
div{
position: fixed;
inset: 0;
margin: auto;
width:80%;
height:80%;
background-color:blue;
display:flex;
justify-content: center;
align-items:center
}
p{
color:#fff;
font-size:32px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.