You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
431 B

3 years ago
.wc-container {
position: relative;
3 years ago
width: 100vw;
height: 100vh;
3 years ago
}
3 years ago
.wc-canvas {
display: none;
position: absolute;
3 years ago
width: 375px;
3 years ago
height: 200px;
3 years ago
z-index: -1;
}
.wc-main {
position: relative;
3 years ago
width: 100%;
height: 100%;
3 years ago
margin-left: -34%;
margin-top: -50px;
3 years ago
}
.wc-item {
white-space: nowrap;
position: absolute;
display: block;
transform-origin: 50% 40%;
}