diff --git a/sliderstyle.css b/sliderstyle.css deleted file mode 100644 index 432dd7b..0000000 --- a/sliderstyle.css +++ /dev/null @@ -1,22 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -::-webkit-scrollbar { - width: 7px; -} - -::-webkit-scrollbar-thumb { - background: #888; -} - -::-webkit-scrollbar-thumb:hover { - background: #555; -} - -.content { - height: 1000px; - overflow-y: auto; -}