Advertisement
Guest User

Untitled

a guest
May 25th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <a href="#openModal">Open Modal</a>
  2.  
  3. <div id="openModal" class="modalDialog">
  4. <div>
  5. <a href="#close" title="Close" class="close">X</a>
  6. <h2>Modal Box</h2>
  7. <p>This is a sample modal box that can be created using the powers of CSS3.</p>
  8. <p>You could do a lot of things here like have a pop-up ad that shows when your website loads, or create a login/register form for users.</p>
  9. </div>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement