Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <div class="magician">The Great Houdini</div>
  2. <button>abra kadabra</button>
  3.  
  4. <style>
  5. .magician {
  6. display: none;
  7. }
  8. .show-me {
  9. display: block;
  10. }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement