Advertisement
Hadi1989

Untitled

Jan 21st, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5.     <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7. <body>
  8. <h1>3D Cube effects</h1>
  9. <div class="container">
  10.   <div class="cube">
  11.     <div class="cube-side front">
  12.       <img src="https://image.flaticon.com/icons/svg/902/902691.svg" alt="">
  13.     </div>
  14.     <div class="cube-side back">kura-kuracoding</div>
  15.     <div class="cube-side right"></div>
  16.   </div>
  17. </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement