Advertisement
oscarviedma

Código HTML Galería Google Drive

Dec 13th, 2024
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <div class="gallery-container">
  2.   <div class="gallery-grid" id="gallery"></div>
  3. </div>
  4.  
  5. <div class="modal-gallery" id="imageModal-gallery">
  6.   <span class="close-btn" id="closeModal-gallery"></span>
  7.   <div class="modal-content">
  8.     <img src="" alt="" class="modal-image" id="modalImage-gallery">
  9.     <button class="nav-btn prev-btn" id="prevBtn-gallery"></button>
  10.     <button class="nav-btn next-btn" id="nextBtn-gallery"></button>
  11.   </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement