12 lines
131 B
CSS
12 lines
131 B
CSS
|
|
||
|
.loader {
|
||
|
color: #dc0067;
|
||
|
font-size: 1.8em;
|
||
|
line-height: 2;
|
||
|
margin: 30vh auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.loader img {
|
||
|
|
||
|
}
|