modified test.html
This commit is contained in:
parent
b0d49ccb52
commit
9e90882e44
17
test.html
17
test.html
@ -1,7 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="gameWrapper">
|
||||
@ -9,4 +8,20 @@
|
||||
</div>
|
||||
<p>test</p>
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user