Spaces:
Running
Running
chokiproai
commited on
Update index.html
Browse files- index.html +18 -6
index.html
CHANGED
@@ -55,10 +55,22 @@
|
|
55 |
overflow: auto;
|
56 |
}
|
57 |
|
58 |
-
.tab-pane iframe {
|
59 |
-
|
60 |
-
|
61 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
</style>
|
63 |
</head>
|
64 |
|
@@ -87,8 +99,8 @@
|
|
87 |
</div>
|
88 |
</div>
|
89 |
|
90 |
-
<footer
|
91 |
-
|
92 |
</footer>
|
93 |
|
94 |
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
|
|
55 |
overflow: auto;
|
56 |
}
|
57 |
|
58 |
+
.tab-pane iframe {
|
59 |
+
width: 100%;
|
60 |
+
height: 100%;
|
61 |
+
}
|
62 |
+
footer {
|
63 |
+
background-color: #343a40;
|
64 |
+
color: #fff;
|
65 |
+
text-align: center;
|
66 |
+
padding: 20px;
|
67 |
+
position: fixed;
|
68 |
+
left: 0;
|
69 |
+
bottom: 0;
|
70 |
+
width: 100%;
|
71 |
+
font-size: 1em;
|
72 |
+
}
|
73 |
+
|
74 |
</style>
|
75 |
</head>
|
76 |
|
|
|
99 |
</div>
|
100 |
</div>
|
101 |
|
102 |
+
<footer>
|
103 |
+
* 2024 ngoctuanai *
|
104 |
</footer>
|
105 |
|
106 |
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|