-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscovering.css
84 lines (81 loc) · 1.38 KB
/
discovering.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
<style>
.momo //logo
{
text-align: center;
font-size: 14pt;
}
.lili //bannière
{
background-color: black;
text-align: center;
line-height: 1em;
font-size: 15pt;
color: white;
font-weight: 300;
padding: 80px 80px;
}
.chance //Pied de page
{
text-align: center;
font-family: Calisto;
font-size: 12pt;
}
.nono //Ecriture dans la bannière bas
{
line-height: 1em;
font-weight: 300;
font-size: 16pt;
}
.messi // Ecriture dans la bannière bas.
{
line-height: 2em;
font-size: 16pt;
}
.zidane // Ecriture dans la bannière bas.
{
line-height: 3em;
font-size: 20pt;
}
button
{
border-radius: 3px;
border: 1px solid black;
font-size: 13pt;
padding: 15px 15px;
font-family: Serif;
color: white;
background-color: #3333;
}
.zero //Bannière du bas.
{
padding: 80px 80px;
background-color: #F0F0F0;
}
.material-icons
{
font-size: 15pt;
color: white;
}
.alert
{
line-height: normal;
font-size: 14pt;
padding: 20px;
text-align: center;
background-color: #333;
color: white;
font-family: Serif;
}
.tableau //tableau des prix.
{
color: black;
}
@media only screen and (max-width : 500px) and (max-height : 900px)
{
lili
{
text-align: center;
}
}
</style>
</head>