File size: 258 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.modal-background {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 10;
}
.modal-child {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
} |