rguo123 commited on
Commit
716c435
·
1 Parent(s): 309afcc

Update index.html

Browse files
Files changed (1) hide show
  1. 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: 100%;
23
- height: 100%;
24
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
25
  }
 
 
 
 
26
  iframe {
27
- width: 80%;
28
- height: 80%;
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>