Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -4
index.html
CHANGED
|
@@ -19,13 +19,17 @@
|
|
| 19 |
border: 1px solid #ccc;
|
| 20 |
border-radius: 10px;
|
| 21 |
overflow: hidden;
|
| 22 |
-
width:
|
| 23 |
-
height:
|
| 24 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
| 25 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
iframe {
|
| 27 |
-
|
| 28 |
-
|
| 29 |
border: none;
|
| 30 |
}
|
| 31 |
</style>
|
|
|
|
| 19 |
border: 1px solid #ccc;
|
| 20 |
border-radius: 10px;
|
| 21 |
overflow: hidden;
|
| 22 |
+
width: 80%;
|
| 23 |
+
height: 80%;
|
| 24 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
| 25 |
}
|
| 26 |
+
.iframe-container p {
|
| 27 |
+
padding: 10px;
|
| 28 |
+
text-align: center; /* If you want the text to be centered */
|
| 29 |
+
}
|
| 30 |
iframe {
|
| 31 |
+
flex: 1;
|
| 32 |
+
width: 100%;
|
| 33 |
border: none;
|
| 34 |
}
|
| 35 |
</style>
|