Skip to content

Commit a1143c1

Browse files
committed
Create style.css
paste CSS here
1 parent d1ec3de commit a1143c1

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Form-Controls/style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
color: #111111;
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+
display: block;
22+
margin-top: 20px;
23+
padding: 12px 24px;
24+
background: #8B0000;
25+
color: #ffffff;
26+
border: none;
27+
cursor: pointer;
28+
font-size: 1rem;
29+
font-weight: bold;
30+
}

0 commit comments

Comments
 (0)