-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (50 loc) · 854 Bytes
/
Copy pathstyle.css
File metadata and controls
61 lines (50 loc) · 854 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
#wrapper{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
.bi.bi-book{
margin-left: 1.5rem;
}
.navbar-light{
background-color: rgb(160, 192, 218);
}
.nav-items,
.nav-item{
list-style-type: none;
}
h1, h2, h3{
color: rgb(68, 67, 67);
}
h1{
margin: 3rem 0;
}
h3{
font-size: 1.5rem;
padding: 0.3rem 0;
}
li {
font-size: 1.2rem;
list-style-type: square;
padding: 0.3rem;
color: rgb(44, 60, 73);
}
li:hover,
li:active{
color: #e67e22;
}
span{
color: #d8721a;
}
.small-section{
font-size: 1.2rem;
font-weight: 600;
color: rgb(65, 155, 230);
}
footer{
text-align: center;
line-height: 2;
font-size: 0.8rem;
background-color: rgb(160, 192, 218);
color: #fff;
}