-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
113 lines (90 loc) · 1.45 KB
/
Copy pathstyles.css
File metadata and controls
113 lines (90 loc) · 1.45 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #FFFFF0;
margin: 0;
padding: 0;
}
.newsletter {
margin: 20px 20px;
padding:10px auto;
}
img {
border-radius: 5px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.responsive {
width: 100%;
max-width: 400px;
height: auto;
}
h3 {
font-size: 30px;
text-align: center;
}
h1 {
font-size: 50px;
color: purple;
text-align: center;
}
h2 {
color: rgb(155, 16, 155);
text-align: center;
}
.headings p {
font-size: 25px;
text-align: center;
}
.headings {
margin-bottom: 15px;
padding-bottom: 15px;
}
.book {
margin-bottom: 20px;
padding-bottom: 20px;
}
.book-details {
font-size: 20px;
line-height: 1.6em;
}
.book-details p {
color: #454545;
}
.color1 {
color: red;
}
.color2 {
color: darkorange;
}
.color3 {
color: yellowgreen;
}
.color4 {
color: plum;
}
a {
text-decoration: none;
color: purple;
}
a:hover {
text-decoration: underline;
}
li {
list-style-type: square;
}
li::marker {
color: purple;
}
.info, .footer {
line-height: 1.6;
font-size: 20px;
color: #333;
}
.info {
border-bottom: 2px solid purple;
}
.footer {
text-align: center ;
}