-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookreview.css
62 lines (51 loc) · 890 Bytes
/
bookreview.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
img{
float: left;
width: 300px;
height: 260px;
padding: 0 30px 0 0;
float: bottom;
}
.rich{
text-align: justify;
font-family: verdana;
color: blue;
letter-spacing: 1px;
padding-bottom: 30px;
background-color: #f1f1f1;
}
.think{
text-align: justify;
font-family: verdana;
letter-spacing: 1px;
padding-bottom: 30px;
background-color: #f1f1f1;
}
.mind{
text-align: justify;
font-family: verdana;
letter-spacing: 1px;
padding-bottom: 30px;
background-color: #f1f1f1;
}
.love{
text-align: justify;
font-family: verdana;
letter-spacing: 1px;
padding-bottom: 30px;
background-color: #f1f1f1;
}
h1{
background-color: brown;
text-align: center;
}
b{
font-size: 20px;
color: red;
}
span {
float: left;
width: 0.7em;
font-size: 400%;
font-family: algerian, courier;
line-height: 80%;
}