Skip to content

Commit

Permalink
Update crossyroad.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 authored Dec 2, 2022
1 parent 9a6aa64 commit 3aa4dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossyroad.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body onload='focus()'>
<a href=".." style='font-size: 1.5rem;'>Back To Home Page</a>
<button onclick="openFullscreen('518929564')" style='font-size: 1.5rem;'>Fullscreen Mode</button>
<iframe style='height: 100vh; width: calc(100vw - 2rem);' allow="fullscreen" allowfullscreen scrolling="no" frameborder="0" id="main" allowtransparency="true"
<iframe style='height: calc(100vh - 1.5rem); width: calc(100vw - 2rem);' allow="fullscreen" allowfullscreen scrolling="no" frameborder="0" id="main" allowtransparency="true"
src="https://937f3c95-ef5d-498c-a853-0e9ff1ff229f.id.repl.co/focus.html"></iframe>
<script src="fullScreen.js"></script>
<script src="load.js"></script>
Expand Down

0 comments on commit 3aa4dbe

Please sign in to comment.