rguo123 commited on
Commit
3fb4aea
·
1 Parent(s): 273eb27

More styling

Browse files
Files changed (1) hide show
  1. index.html +10 -0
index.html CHANGED
@@ -13,19 +13,29 @@
13
  min-height: 100vh;
14
  margin: 0;
15
  padding: 0;
 
 
16
  }
17
 
18
  h2 {
19
  margin-top: 20px;
 
 
20
  }
21
 
22
  select {
23
  margin-top: 20px;
24
  width: 300px;
 
 
 
 
 
25
  }
26
 
27
  iframe {
28
  margin-top: 20px;
 
29
  }
30
  </style>
31
  <script>
 
13
  min-height: 100vh;
14
  margin: 0;
15
  padding: 0;
16
+ font-family: Arial, sans-serif; /* Modern font */
17
+ color: #333; /* Text color */
18
  }
19
 
20
  h2 {
21
  margin-top: 20px;
22
+ font-weight: bold; /* Bold font weight */
23
+ font-size: 24px; /* Font size */
24
  }
25
 
26
  select {
27
  margin-top: 20px;
28
  width: 300px;
29
+ font-size: 16px; /* Font size */
30
+ padding: 10px; /* Padding */
31
+ border-radius: 5px; /* Rounded corners */
32
+ border: 1px solid #ddd; /* Border */
33
+ background-color: #fff; /* Background color */
34
  }
35
 
36
  iframe {
37
  margin-top: 20px;
38
+ margin-bottom: 20px; /* Bottom margin */
39
  }
40
  </style>
41
  <script>