mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
12 lines
202 B
CSS
12 lines
202 B
CSS
.full-screen-wrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.full-screen-wrapper .sk-spinner {
|
|
transform: scale(8);
|
|
color: #006400;
|
|
} |