-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathseries.css
66 lines (61 loc) · 988 Bytes
/
series.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
62
63
64
65
66
*{
/* background-color: rgb(249, 242, 242); */
font: BentonSans;
font-family: BentonSans, Arial, "Noto Sans", sans-serif;
}
#nav {
display:flex;
justify-content: space-around;
width: 80%;
margin: auto;
margin-bottom: 20px;
}
#nav p{
font-size: 20px;
font-weight: 600;
}
#nav p+p{
color: black;
}
p {
font-size: 14px;
color: #0086c7;
}
a{
font-size: 14px;
color: #0086c7;
line-height: 20px;
text-decoration: none;}
.head {
color: black;
font-weight: 700;
font-size: 16px;
margin-top: 30px;
}
.head ~ p {
white-space: pre-line;
line-height: 30px;
}
#current {
display: flex;
width: 80%;
margin: auto;
background-color: white;
border-radius: 10px;
padding: 20px;
}
#left{
width: 40%;
border-right: 1px solid grey;
}
#right{
margin-left: 20px;
width: 30%;
}
#content3 {
margin-top: 50px;
}
h1{
margin-left: 150px;
margin-bottom: 20px;
}