Files
2023-08-25 13:31:04 +05:30

21 lines
387 B
CSS

#loadingParent {
width: 100vw !important;
height: 100vh !important;
margin-left: auto;
margin-right: auto;
position: relative;
background-image: linear-gradient(#20c4c7, #19999c);
}
.letter {
position: relative;
display: table-cell;
font-size: 150px;
font-family: "matiz";
color: rgba(255,255,255,.5);
}
#unity-canvas {
width: 100vw !important;
height: 100vh !important;
}