sizes and center

This commit is contained in:
Echo 2021-10-22 11:35:58 -04:00 committed by GitHub
commit c78f1036b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@
<style>
body {
background: #0;
color:#cccccc;
margin: 0px;
padding: 0px;
border: 0px;
@ -55,6 +54,10 @@
{
text-align: center;
}
.game{
margin-left: auto;
margin-right: auto;
}
/* END - Login Dialog Box */
:-webkit-full-screen {
width: 100%;
@ -64,7 +67,7 @@
</head>
<body>
<h1>Retro BowlL</h1>
<iframe title="Game" width="960" height="540" scrolling="no" frameborder="0" allowtransparency="true" src="https://zayaruzostreetorgan.com/uploads/5/5/6/7/5567194/custom_themes/226112567625258737/files/index.html"></iframe>
<h1>Retro Bowl</h1>
<iframe title="Game" class="game" width="960" height="540" scrolling="no" frameborder="0" allowtransparency="true" src="https://zayaruzostreetorgan.com/uploads/5/5/6/7/5567194/custom_themes/226112567625258737/files/index.html"></iframe>
</body>
</html>