school44s commited on
Commit
e5cf82c
·
verified ·
1 Parent(s): ce18eca

Update forms.html

Browse files
Files changed (1) hide show
  1. forms.html +10 -8
forms.html CHANGED
@@ -22,25 +22,27 @@
22
  .form-container {
23
  width: 90%;
24
  max-width: 700px;
25
- background-color: rgba(255, 255, 255, 0.9);
26
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
27
- border-radius: 12px;
28
- overflow: hidden;
29
- padding: 20px;
30
- backdrop-filter: blur(6px);
 
31
  }
32
 
33
  h1 {
34
  text-align: center;
35
- color: #212529;
36
  margin-bottom: 20px;
 
37
  }
38
 
39
  iframe {
40
  width: 100%;
41
  height: 520px;
42
  border: none;
43
- border-radius: 8px;
44
  }
45
 
46
  @media (max-width: 768px) {
 
22
  .form-container {
23
  width: 90%;
24
  max-width: 700px;
25
+ background: rgba(255, 255, 255, 0.1);
26
+ border-radius: 16px;
27
+ padding: 24px;
28
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
29
+ backdrop-filter: blur(12px);
30
+ -webkit-backdrop-filter: blur(12px);
31
+ border: 1px solid rgba(255, 255, 255, 0.3);
32
  }
33
 
34
  h1 {
35
  text-align: center;
36
+ color: #ffffff;
37
  margin-bottom: 20px;
38
+ text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
39
  }
40
 
41
  iframe {
42
  width: 100%;
43
  height: 520px;
44
  border: none;
45
+ border-radius: 10px;
46
  }
47
 
48
  @media (max-width: 768px) {