Skip to content

Commit b9b3c99

Browse files
author
russom
committed
update align author name centre
1 parent 406e215 commit b9b3c99

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

‎Form-Controls/styles.css‎

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
margin: 0;
4+
padding: 0;
5+
}
6+
header {
7+
color: black;
8+
padding: 1rem;
9+
text-align: center;
10+
margin-bottom: 20px;
11+
}
12+
13+
main {
14+
padding: 1rem;
15+
}
16+
form {
17+
max-width: 400px;
18+
margin: 0 auto;
19+
}
20+
div {
21+
margin-bottom: 1rem;
22+
}
23+
label {
24+
display: block;
25+
margin-bottom: 0.5rem;
26+
}
27+
input,
28+
select {
29+
width: 100%;
30+
padding: 0.5rem;
31+
box-sizing: border-box;
32+
}
33+
button {
34+
padding: 0.5rem 1rem;
35+
background-color: #333;
36+
color: white;
37+
border: none;
38+
cursor: pointer;
39+
}
40+
41+
p {
42+
text-align: center;
43+
}

0 commit comments

Comments
 (0)