freeCodeCamp/client/src/components/helpers/loader.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;
}