gadgetobrr/examples/style.css
2024-04-12 10:46:11 +02:00

12 lines
221 B
CSS

.slippery-slidy-container {
display: flex;
flex-direction: column;
position: fixed;
top: 5vh;
left: 5vw;
background-color: black;
color: white;
opacity: 0.7;
padding-block: 2vh;
padding-inline: 1vw;
}