-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
62 lines (49 loc) · 761 Bytes
/
Copy pathstyles.css
File metadata and controls
62 lines (49 loc) · 761 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
body {
font-family: sans-serif;
line-height: 1.4;
margin: 1rem;
}
h1 {
line-height: 1.2;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
form > fieldset {
margin-inline: 0;
}
form > fieldset + fieldset {
margin-block-start: 2rem;
}
form > fieldset > ul > li {
margin-top: 1rem;
}
fieldset fieldset {
border-inline: none;
border-block-end: none;
}
fieldset fieldset li + li {
margin-top: 0.5rem;
}
output {
display: inline-block;
margin-block-start: 1rem;
}
.reset-section {
margin-block-start: 1rem;
}
.reset-section button {
font: inherit;
padding: 0.5rem;
}
table {
border-collapse: collapse;
}
th, td {
padding: 0.5rem;
}
tbody td {
text-align: center;
}