VideoAnalysis/static/style.css
2023-07-08 10:18:50 +04:00

12 lines
185 B
CSS

#loaderWrapper {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #33333333;
display: flex;
justify-content: center;
align-items: center;
}