项目作者: sangle7

项目描述 :
A simply way to style scrollbar in webkit browsers
高级语言: CSS
项目地址: git://github.com/sangle7/scrollbar-style-css.git
创建时间: 2017-04-21T09:35:55Z
项目社区:https://github.com/sangle7/scrollbar-style-css

开源协议:

下载


scrollbar-style-css

A simply way to style scrollbar in webkit browsers

Demo

Find your favorite style.

Usage

Import the scrollbar-style.min.css file and add a style class (e.g.scrollbar-style1 ) to the container of your container whose scrollbar need to be styled.

  1. <link type="text/css" rel="stylesheet" href="http://onvaoy58z.bkt.clouddn.com/scrollbar-style.min.css">
  2. <div class="scrollbar-style1">
  3. <!--CONTENT HERE-->
  4. </div>