Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

modal pop up html css

	
    <button class="trigger">Click here to trigger the modal!</button>
    <div class="modal">
        <div class="modal-content">
            <span class="close-button">×</span>
            <h1>Hello, I am a modal!</h1>
        </div>
    </div>
	
Source by sabe.io #
 
PREVIOUS NEXT
Tagged: #modal #pop #html #css
ADD COMMENT
Topic
Name
2+9 =