All Projects → zmmbreeze → slider.css

zmmbreeze / slider.css

Licence: other
HTML presentation without javascript.

Programming Languages

CSS
56736 projects

Slider.css

HTML presentation without javascript.

DEMO

Feature

  • Forward / Backward
  • Transitions
  • Progressbar(Chrome #enable-experimental-web-platform-features)
  • Maximize / Minimize
  • Page number
  • Basic layout

How to start

Put the code below into your page.

<link rel="stylesheet" href="http://zencode.in/slider.css/slider.css" />
<div style="width: 640px;height: 400px;">
    <!-- Maximize  -->
    <input id="slider-max" type="checkbox" checked/>
    <article class="slider slider-indicator">
    <a id="slider-default"></a>
    <label for="slider-max" title="Maximize"></label>

    <section id="slider-1" default>
        <!-- layout -->
        <div>
            <h1>Slider.css</h1>
            <p>HTML presentation without javascript.</p>
        </div>
    </section>
    <div>
        <!-- triggers -->
        <a></a>
        <a ></a>
        <!-- progressbar -->
        <span></span>
    </div>

    <!-- start page -->
    <div id="slider">
        <a  class="slider-start">PLAY</a>
    </div>

    <!-- progressbar container -->
    <div class="slider-progress"></div>
    </article>
</div>

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].