-
Notifications
You must be signed in to change notification settings - Fork 1
/
CH2_2_.css
72 lines (61 loc) · 1.14 KB
/
CH2_2_.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
67
68
69
70
71
72
p {
font-family: "Courier New";
font-size: 12px;
text-align: justify;
}
h1 {
font-family: Arial;
font-size: 20px;
text-align: center;
color: red;
} span {
background-color: #F7FE63;
}
.Source {
font-family: Arial;
font-size: 16px;
color: blueviolet;
text-align: center;
line-height: 20px;
}
.paragraphe1{
font-family: Arial;
font-size: 11px;
text-indent: 20px;
margin-top: 25px;
margin-bottom: 25px;
}
ol li {
font-family: Arial;
font-size: 15px;
color: blue;
font-weight: bold;
}
h3 {
font-family: "Times New Roman";
font-size: 12px;
font-style: italic;
line-height: 1cm;
margin-top: 10px;
margin-bottom: 20px;
font-weight: normal;
}
ol ul {
font-size: 13px;
text-decoration: underline;
}
ol p {
line-height: 12px;
margin-top: 10px;
margin-bottom: 20px;
}
.paragraphe4 {
text-indent: 0px;
}
.paragraphe_homo-sapiens{
margin-top: 10px;
margin-bottom: 20px;
font-family: "Courier New";
color: aqua;
list-style-type: circle;
}