-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (60 loc) · 1.12 KB
/
style.css
File metadata and controls
62 lines (60 loc) · 1.12 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
h1
{padding: 10px;
text-align: center;
font-familly: "Times New Roman";
font-size: 50px;
}
div.choixdelangue
{padding-top: 40px;
text-align: center;
font-familly: "Times New Roman";
font-size: 25px;
color: #000000;
}
h2
{padding: 10px;
text-align: center;
font-familly: "Times New Roman";
font-size: 30px;
}
div.souspage
{padding-top: 20px;
text-align: center;
font-familly: "Times New Roman";
font-size: 25px;
color: #000000;
}
h3
{padding-top: 20px;
text-align: center;
font-familly: "Times New Roman";
font-size: 20px;
color: #000000;
}
h4
{padding:25px;
font-familly: "Times New Roman";
font-size: 17px;
color: #000000;
}
div.text
{padding-right: 25px;
padding-left: 25px;
text-align: justify;
line-height: 1.15;
font-familly: "Times New Roman";
font-size: 15px;
color: #000000;
}
div.source
{font-familly: "Times New Roman";
font-size: 10px;
color: #000000;
}
a
{text-decoration: none;
padding-right: 10px;
}
p
{line-height: 1.8;
}