drygiel / csslider

Pure CSS slider
http://codepen.io/drygiel/pen/rtpnE
231 stars 117 forks source link

CSS Slider

Pure CSS, simple slider.

ight design

Examples

Here are some examples:

Supported browsers

Installation

Global configuration

Default configuration can be set in LESS file.

Local configuration

If you want to change configuration for specific element you must override default config. For instance if you have an element with id #my-slider and you want to change:

#my-slider .arrows label {
   border-left-color: red;
   border-right-color: red;
}
#my-slider.inside .navigation label {
    border: 1px solid red;
}