Update forms.html
Browse files- forms.html +10 -8
forms.html
CHANGED
|
@@ -22,25 +22,27 @@
|
|
| 22 |
.form-container {
|
| 23 |
width: 90%;
|
| 24 |
max-width: 700px;
|
| 25 |
-
background
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
backdrop-filter: blur(
|
|
|
|
| 31 |
}
|
| 32 |
|
| 33 |
h1 {
|
| 34 |
text-align: center;
|
| 35 |
-
color: #
|
| 36 |
margin-bottom: 20px;
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
iframe {
|
| 40 |
width: 100%;
|
| 41 |
height: 520px;
|
| 42 |
border: none;
|
| 43 |
-
border-radius:
|
| 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) {
|