Last active
December 28, 2018 10:52
-
-
Save Agressiva86/686f3d59a11c94642223f9c6c217b5c6 to your computer and use it in GitHub Desktop.
Touch Slider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="touch-slider-wrapper"> | |
<div class="touch-wrapper-helper"> | |
<div class="touch-slide"> | |
<!-- your content here --> | |
</div> | |
<div class="touch-slide"> | |
<!-- your content here --> | |
</div> | |
<div class="touch-slide"> | |
<!-- your content here --> | |
</div> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment