You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!-- The Modal -->
|
|
<!-- https://www.w3schools.com/howto/howto_css_modal_images.asp -->
|
|
<div id="myModal" class="modal">
|
|
|
|
<!-- The Close Button -->
|
|
<span class="close">×</span>
|
|
|
|
<!-- Modal Content (The Image) -->
|
|
<img class="modal-content" id="img01">
|
|
|
|
</div> |