modified test.html
This commit is contained in:
parent
b0d49ccb52
commit
9e90882e44
17
test.html
17
test.html
@ -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>
|
Loading…
x
Reference in New Issue
Block a user