8 lines
95 B
CSS
8 lines
95 B
CSS
.loader {
|
|
position: fixed;
|
|
bottom: 10%;
|
|
left: 30%;
|
|
right: 30%;
|
|
text-align: center;
|
|
}
|