@sorrel340/gatsby-theme-portfolio-minimal
Version:
#### A modern one-page portfolio with a clean yet expressive design.
32 lines (29 loc) • 547 B
CSS
.SplashScreen {
position: fixed;
top: 0;
left: 0%;
z-index: 900;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--primary-color);
}
.LogoWrapper {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: 4rem;
}
.Backdrop {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
background-color: var(--primary-color);
}