-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtableau.css
62 lines (40 loc) · 830 Bytes
/
tableau.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
.A{
background-color: rebeccapurple;
}
.vert{
background-color: rgb(156, 234, 226);
}
.orange{
background-color: rgba(255, 160, 122, 0.779);
}
.B{
background-color: rgba(143, 188, 143, 0.948);
}
.C{
background-color: rgba(255, 160, 122, 0.619);
}
.bleu{ background-color: rgba(0, 112, 203, 0.633);
}
.V{
background-color: rgba(153, 205, 50, 0.341);
}
.S{
background-color: wheat;
}
.roz1{
background-color: lightpink;
}
.roz2{
background-color: rgba(189, 53, 121, 0.674);
}
body{ display: flex;
flex-direction: column;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width:1070px ) {
body{ display: flex;
flex-direction: column;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}