Nice scroll CSS

 ::-webkit-scrollbar {
            width: 10px;
        }

            ::-webkit-scrollbar:horizontal {
                height: 10px;
            }

        ::-webkit-scrollbar-button {
            width: 8px;
            height: 5px;
        }

        ::-webkit-scrollbar-track {
            background: #000;
            border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb {
            background: #666;
            border: 2px solid #000;
            border-radius: 10px;
        }

        ::-webkit-scrollbar-corner {
            background: #000;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #9999b2;
        }

Comments

Popular posts from this blog

How to write Pure java script Program?