Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //HTML
  2. <div id="rita">
  3. <img src="img/raposa_a_mexer/correr_1.png" id="raposa">
  4. </div>
  5. <div id="conteudo">
  6. <img src="http://3rdbillion.net/wp-content/uploads/2013/11/d6c7c50b9b49412a2ad9f847dcbaeeba13.jpg">
  7. </div>
  8.  
  9. //CSS
  10. #rita {
  11. position: absolute;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;
  15. top: 0px;
  16. background: pink;
  17. z-index: 1000;
  18. }
  19.  
  20. //JAVASCRIPT
  21. document.getElementById("rita").style.display = "none";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement