Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <head>
  2. <script type="text/javascript" src='imgCheckbox/jquery.imgcheckbox.js'>
  3.  
  4. <body>
  5. <!-- Main -->
  6. <main role="main" class="container-fluid">
  7.  
  8. <div class="container-fluid" style="margin-top:50px;">
  9. <section id="basicusage" class="wrapper special">
  10. <header class="major">
  11. <h2>Basic Usage</h2>
  12. </header>
  13. <form class="exampleone">
  14. <p>
  15. <img src="images/1.jpg" class="img-fluid" alt="">
  16. <span class="spacer"></span>
  17. <img src="images/2.jpg" class="img-fluid" alt="">
  18. <span class="spacer"></span>
  19. <img src="images/3.jpg" class="img-fluid" alt="">
  20. </p>
  21. <input type="submit" />
  22. </form>
  23. </section>
  24. </div>
  25.  
  26. </main>
  27. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement