Spaces:
Running
Running
Update back.html
Browse files
back.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
<style>
|
6 |
.container {
|
7 |
-
position:
|
8 |
overflow: hidden;
|
9 |
width: 100%;
|
10 |
padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
@@ -15,7 +15,7 @@
|
|
15 |
left: 0;
|
16 |
bottom: 0;
|
17 |
right: 0;
|
18 |
-
width:
|
19 |
height: 100%;
|
20 |
}
|
21 |
</style>
|
|
|
4 |
|
5 |
<style>
|
6 |
.container {
|
7 |
+
position: flex;
|
8 |
overflow: hidden;
|
9 |
width: 100%;
|
10 |
padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
|
|
15 |
left: 0;
|
16 |
bottom: 0;
|
17 |
right: 0;
|
18 |
+
width: 100%;
|
19 |
height: 100%;
|
20 |
}
|
21 |
</style>
|