There was an error while loading. Please reload this page.
1 parent d1ec3de commit a1143c1Copy full SHA for a1143c1
1 file changed
Form-Controls/style.css
@@ -0,0 +1,30 @@
1
+body {
2
+ font-family: Arial, sans-serif;
3
+ padding: 20px;
4
+ background: #ffffff;
5
+ color: #111111;
6
+ }
7
+ label {
8
+ display: block;
9
+ margin-top: 16px;
10
+ font-weight: bold;
11
12
13
+ input, select {
14
+ width: 100%;
15
+ padding: 8px;
16
+ margin-top: 4px;
17
+ border: 2px solid #111111;
18
+ font-size: 1rem;
19
20
+ button {
21
22
+ margin-top: 20px;
23
+ padding: 12px 24px;
24
+ background: #8B0000;
25
+ color: #ffffff;
26
+ border: none;
27
+ cursor: pointer;
28
29
30
0 commit comments