Advertisement
Guest User

Slot Machine Experiment 2019 - HTML File

a guest
Nov 11th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.     <title>Slots</title>
  4.     <style>
  5.         body {
  6.             overflow: hidden;
  7.         }
  8.         iframe {
  9.             position: absolute;
  10.             width: 120%;
  11.             height: 110%;
  12.             top: -7%;
  13.             left: -10%;
  14.         }
  15.     </style>
  16. <body>
  17.     <iframe src="https://scratch.mit.edu/projects/337836083/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement