Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

HOW TO MODAL BUILDINGS

<!-- Trigger/Open The Modal -->


<button id="myBtn">Open Modal</button>

<!-- The Modal -->


<div id="myModal" class="modal">

<!-- Modal content -->


<div class="modal-content">
<span class="close">&times;</span>
<p>Some text in the Modal..</p>
</div>

You might also like