-
-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (38 loc) · 596 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (38 loc) · 596 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
h1 {
text-align: center;
}
footer p {
text-align: center;
}
.container {
max-width: 700px;
margin: 2em auto;
padding: 1em;
font-size: 1.2em;
}
form {
display: block;
border: 1px solid #3333;
border-radius: 1em;
box-sizing: border-box;
width: 100%;
}
.field-row {
margin-bottom: 1em;
display: block;
}
.color-options {
margin-bottom: 0.75em;
}
.size-row {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
input[type="submit"] {
display: block;
margin-top: 0.75em;
}
fieldset {
margin: 2em 5;
min-width:250px;
}