Skip to content

Instantly share code, notes, and snippets.

View edw113's full-sized avatar
🪙
I may be slow to respond.

EDW edw113

🪙
I may be slow to respond.
  • Hanoi, Vietnam
View GitHub Profile
# Image Slider Example
<div id="slider" style="max-width:500px; position:relative; margin:auto;">
<img src="android/screenshots/flutter_01.png" style="width:100%">
<img src="android/screenshots/flutter_01.png" style="width:100%">
<img src="android/screenshots/flutter_01.png" style="width:100%">
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
<a class="next" onclick="plusSlides(1)">&#10095;</a>
</div>