added loader-popup
This commit is contained in:
+5
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user