Spaces:
Running
Running
Update index.html
Browse files- index.html +11 -14
index.html
CHANGED
@@ -5,23 +5,20 @@
|
|
5 |
<title>OBELICS Interactive Map</title>
|
6 |
<style>
|
7 |
body {
|
8 |
-
font-family: Arial, sans-serif;
|
9 |
-
background-color: #f0f0f0;
|
10 |
-
display: flex;
|
11 |
-
justify-content: center;
|
12 |
-
align-items: center;
|
13 |
-
height: 100vh;
|
14 |
margin: 0;
|
15 |
-
|
16 |
-
color: #333;
|
17 |
}
|
18 |
.iframe-container {
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
.iframe-container p {
|
27 |
padding: 10px;
|
|
|
5 |
<title>OBELICS Interactive Map</title>
|
6 |
<style>
|
7 |
body {
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
margin: 0;
|
9 |
+
padding: 0;
|
|
|
10 |
}
|
11 |
.iframe-container {
|
12 |
+
display: flex;
|
13 |
+
flex-direction: column;
|
14 |
+
align-items: center; /* Horizontally center the content */
|
15 |
+
justify-content: center; /* Vertically center the content */
|
16 |
+
border: 1px solid #ccc;
|
17 |
+
border-radius: 10px;
|
18 |
+
overflow: hidden;
|
19 |
+
width: 80%;
|
20 |
+
height: 80%;
|
21 |
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
22 |
}
|
23 |
.iframe-container p {
|
24 |
padding: 10px;
|