-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
106 lines (98 loc) · 1.5 KB
/
style.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
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
@font-face {
font-family: "Keedy Bold";
src: url("./Keedy Bold.ttf") format("truetype");
}
@font-face {
font-family: "lucida";
src: url("./lucida sans typewriter.ttf") format("truetype");
}
@font-face {
font-family: "trial";
src: url("./dJ4TRIAL.ttf") format("truetype");
}
@font-face {
font-family: "YouthTouch";
src: url("./YouthTouch.ttf") format("truetype");
}
body{
background-color: #080600;
/*background-image: url("./source/background.png"); */
font-family: "lucida";
font-size: 120%;
text-align: justify;
margin: auto;
max-width: 1000px;
color: white;
}
.banderole{
/*color: white;*/
}
.texte{
/*color: black;*/
}
h1{
font-family: "Keedy Bold";
text-align: center;
font-size: 400%;
color: #63b32e;
}
img {
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
table {
width: 100%;
min
}
a{
color:white;
}
h2{
font-family: "Keedy Bold";
color: #e61375;
}
h4{
}
button{
width: 100%;
height: 100%;
}
td{
text-align: center;
}
blockquote{
font-family: "YouthTouch";
font-size: 150%;
text-align: center;
}
.bouton{
font-family:Stencil;
color: #F0F0F0;
margin: 5%;
margin-left: 10%;
margin-right: 10%;
text-align: center;
border: 10px solid;
border-color: #6bb136;
border-radius: 20px;
font-size: 200%;
}
iframe{
display: block;
margin-left: auto;
margin-right: auto;
}
ul {
list-style-type: none;
}
li:before {
content: '- ';
}
span{
font-weight: bold;
text-align: center;
color: #e61375;
}