Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
font-family: Arial, sans-serif;
|
| 9 |
background-color: #f0f0f0;
|
| 10 |
display: flex;
|
|
|
|
| 11 |
justify-content: center;
|
| 12 |
align-items: center;
|
| 13 |
height: 100vh;
|
|
@@ -16,7 +17,6 @@
|
|
| 16 |
color: #333;
|
| 17 |
}
|
| 18 |
.iframe-container {
|
| 19 |
-
margin: 0 auto;
|
| 20 |
border: 1px solid #ccc;
|
| 21 |
border-radius: 10px;
|
| 22 |
overflow: hidden;
|
|
@@ -30,9 +30,9 @@
|
|
| 30 |
border: none;
|
| 31 |
}
|
| 32 |
body > p {
|
| 33 |
-
width: 80%;
|
| 34 |
-
|
| 35 |
-
|
| 36 |
}
|
| 37 |
</style>
|
| 38 |
</head>
|
|
|
|
| 8 |
font-family: Arial, sans-serif;
|
| 9 |
background-color: #f0f0f0;
|
| 10 |
display: flex;
|
| 11 |
+
flex-direction: column; /* This will stack the children vertically */
|
| 12 |
justify-content: center;
|
| 13 |
align-items: center;
|
| 14 |
height: 100vh;
|
|
|
|
| 17 |
color: #333;
|
| 18 |
}
|
| 19 |
.iframe-container {
|
|
|
|
| 20 |
border: 1px solid #ccc;
|
| 21 |
border-radius: 10px;
|
| 22 |
overflow: hidden;
|
|
|
|
| 30 |
border: none;
|
| 31 |
}
|
| 32 |
body > p {
|
| 33 |
+
width: 80%;
|
| 34 |
+
text-align: center;
|
| 35 |
+
margin-bottom: 20px; /* Add some space between the paragraph and the iframe container */
|
| 36 |
}
|
| 37 |
</style>
|
| 38 |
</head>
|