-
-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (43 loc) · 571 Bytes
/
Copy pathstyles.css
File metadata and controls
45 lines (43 loc) · 571 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
color: black;
padding: 1rem;
text-align: center;
margin-bottom: 20px;
}
main {
padding: 1rem;
}
form {
max-width: 400px;
margin: 0 auto;
}
div {
margin-bottom: 1rem;
}
label {
display: block;
margin-bottom: 0.5rem;
}
input,
select {
width: 100%;
padding: 0.5rem;
box-sizing: border-box;
}
button {
padding: 0.5rem 1rem;
background-color: #333;
color: white;
border: none;
cursor: pointer;
display: block;
margin: 0 auto;
}
p {
text-align: center;
}