feat. videoPlay 컴포넌트 제작

This commit is contained in:
clkim
2025-09-18 15:18:53 +09:00
parent 0acc3b3eb8
commit 1a4c6b684d
10 changed files with 282 additions and 103 deletions

View File

@@ -3,4 +3,12 @@
body {
background-color: #000;
}
body.scroll-lock {
overflow: hidden;
}
button,
a {
outline: none;
}
}