rguo123 commited on
Commit
2b1de96
·
1 Parent(s): 5e44848

revert back

Browse files
Files changed (1) hide show
  1. index.html +17 -19
index.html CHANGED
@@ -1,33 +1,31 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
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;
25
- text-align: center; /* If you want the text to be centered */
26
- }
27
  iframe {
28
- flex: 1;
29
  width: 100%;
30
- height: 100%;
31
  border: none;
32
  }
33
  </style>
@@ -39,4 +37,4 @@
39
  title="Nomic Atlas"></iframe>
40
  </div>
41
  </body>
42
- </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <meta charset="utf-8" />
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
+ padding: 0;
16
+ color: #333;
17
  }
18
  .iframe-container {
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 {
 
27
  width: 100%;
28
+ height: 100%;
29
  border: none;
30
  }
31
  </style>
 
37
  title="Nomic Atlas"></iframe>
38
  </div>
39
  </body>
40
+ </html>