-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.html
More file actions
48 lines (47 loc) · 936 Bytes
/
style.html
File metadata and controls
48 lines (47 loc) · 936 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
<style type = "text/css">
h1
{text-align: center;
font-familly: "Times New Roman";
font-size: 50px;
}
div.choixdelangue
{padding-top: 200xp;
text-align: center;
font-familly: "Times New Roman";
font-size: 25px;
color: #000000;
}
h2
{text-align: center;
font-familly: "Times New Roman";
font-size: 30px;
}
.souspage
{padding-top: 200xp;
text-align: center;
font-familly: "Times New Roman";
font-size: 25px;
color: #000000;
}
h3
{padding-top: 200xp;
text-align: center;
font-familly: "Times New Roman";
font-size: 20px;
color: #000000;
}
.text
{padding-top: 200xp;
text-align: left;
font-familly: "Times New Roman";
font-size: 15px;
color: #000000;
}
.h4
{padding-top: 200xp;
text-align: center;
font-familly: "Times New Roman";
font-size: 20px;
color: #000000;
}
</style>