added loader-popup

This commit is contained in:
VyacheslavShtyrlin
2023-02-07 18:04:18 +05:00
parent 9f0de105d6
commit e7360919fe
15 changed files with 387 additions and 323 deletions
+5 -4
View File
@@ -13,11 +13,12 @@
}
.content__container {
display: flex;
justify-content: center;
position: absolute;
top: 25%;
width: 100%;
top: 50%; /* position the top edge of the element at the middle of the parent */
left: 50%; /* position the left edge of the element at the middle of the parent */
transform: translate(-50%, -50%); /* This is a shorthand of
}
.content__player {