modified test.html

This commit is contained in:
MrAlienBoiGithub 2022-11-10 16:38:23 -05:00 committed by GitHub
parent b0d49ccb52
commit 9e90882e44

View File

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
</head> </head>
<body> <body>
<div class="gameWrapper"> <div class="gameWrapper">
@ -9,4 +8,20 @@
</div> </div>
<p>test</p> <p>test</p>
</body> </body>
<style>
.gameWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
max-width: 60%;
}
.gameWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</html> </html>