add mk_dragable

This commit is contained in:
Swrup 2024-04-12 10:46:11 +02:00
parent ba0739476d
commit 06e06a4339
4 changed files with 94 additions and 9 deletions

12
examples/style.css Normal file
View file

@ -0,0 +1,12 @@
.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;
}