There was an error while loading. Please reload this page.
1 parent eba1696 commit d1ec3deCopy full SHA for d1ec3de
1 file changed
Form-Controls/index.html
@@ -3,38 +3,8 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>T-Shirt Order</title>
6
- <style>
7
- body {
8
- font-family: Arial, sans-serif;
9
- padding: 20px;
10
- background: #ffffff;
11
- color: #111111;
12
- }
13
- label {
14
- display: block;
15
- margin-top: 16px;
16
- font-weight: bold;
17
18
19
- input, select {
20
- width: 100%;
21
- padding: 8px;
22
- margin-top: 4px;
23
- border: 2px solid #111111;
24
- font-size: 1rem;
25
26
- button {
27
28
- margin-top: 20px;
29
- padding: 12px 24px;
30
- background: #8B0000;
31
- color: #ffffff;
32
- border: none;
33
- cursor: pointer;
34
35
36
37
- </style>
+ <link rel="stylesheet" href="style.css">
+
38
</head>
39
<body>
40
<main>
0 commit comments