Advertisement
UnlimitedSupply

Popcorn hover

Jun 19th, 2022
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.59 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <link href="./untitled.css" rel="stylesheet" type="text/css">
  5.     </head>
  6.     <body>
  7.         <div id="frame">
  8.             <img src="https://media.tenor.com/images/23b875bff0290d88431de8cb75a161c3/tenor.gif"
  9.            alt="movie">
  10.             <div id="box">
  11.                 <div id="triangle">
  12.                     <div id="top"></div>
  13.                     <div id="bottom"></div>
  14.                     <div id="left"></div>
  15.                     <div id="middle"></div>
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement