rguo123 commited on
Commit
309afcc
·
1 Parent(s): 157e07d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -19,13 +19,13 @@
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>
 
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>