Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <div id ="myImg">
  2. <!-- first row-->
  3. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  4. <div id="myModal" class="modal">
  5. <span class="close">×</span>
  6. <img class="modal-content" id="img01">
  7. <div id="caption"></div>
  8. </div>
  9.  
  10. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  11. <!-- The Modal -->
  12. <div id="myModal" class="modal">
  13. <span class="close">×</span>
  14. <img class="modal-content" id="img02">
  15. <div id="caption"></div>
  16. </div>
  17.  
  18. <!-- second row-->
  19. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  20. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  21. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  22. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  23. <!-- third row-->
  24. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  25. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  26. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  27. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  28. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  29. <img id="myImg" src="http://i.imgur.com/5Gkbwyg.jpg" alt="insert something here" width="400" height="300"/>
  30.  
  31.  
  32. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement