ludo-web-multiplayer/src/components/Overlay/Overlay.module.css
2023-12-11 11:52:06 +01:00

14 lines
251 B
CSS

.container {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
cursor: pointer;
}