Skip to content

Commit d1ec3de

Browse files
committed
Update index.html
move CSS to separate file
1 parent eba1696 commit d1ec3de

1 file changed

Lines changed: 2 additions & 32 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<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-
color: #111111;
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-
display: block;
28-
margin-top: 20px;
29-
padding: 12px 24px;
30-
background: #8B0000;
31-
color: #ffffff;
32-
border: none;
33-
cursor: pointer;
34-
font-size: 1rem;
35-
font-weight: bold;
36-
}
37-
</style>
6+
<link rel="stylesheet" href="style.css">
7+
388
</head>
399
<body>
4010
<main>

0 commit comments

Comments
 (0)