-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (49 loc) · 834 Bytes
/
style.css
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
body {
font-family: sans-serif;
font-size: 1.8rem;
line-height: 1.618;
background: #909090;
color: #27332C;
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
}
#questions {
margin-top: 1em;
}
.title {
border-bottom: solid;
border-width: 1px;
border-color: #848484;
margin-top: 1em;
font-size: large;
text-align: center;
}
textarea {
padding: 0.5em;
color: #333;
}
header {
border-bottom: solid;
border-color: #f25876;
width: fit-content;
font-size: 65%;
}
section {
background: #3e424e;
color: #fafafa;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.3em;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
article {
font-size: 55%;
}
footer {
}
textarea {
width: 95%;
}