forked from alekuz2323/retro-bowl
sizes and center
This commit is contained in:
parent
03c0536397
commit
c78f1036b6
1 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue