-
Notifications
You must be signed in to change notification settings - Fork 1
/
Laboratoire.css
103 lines (92 loc) · 1.53 KB
/
Laboratoire.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
#Darkmode
{
position: absolute;
right: 2px;
top:-35px;
background-color: var(--ece2);
padding: 10px;
border-radius: 0.5rem;
-webkit-border-radius: 0.5rem;
-moz-border-radius: 0.5rem;
-ms-border-radius: 0.5rem;
-o-border-radius: 0.5rem;
}
#Darkmode button
{
background-color: transparent;
border: none;
font-size: xx-large;
margin: -10px;
color: var(--fond2);
}
#Wrapper header
{
height: 80px;
background-color: var(--ece);;
color: var(--fond1);;
}
#boite
{
display: flex;
}
#infos
{
text-align: center;
font-size: 25px;
font-weight: 500;
background-color: var(--fond1);
color: var(--eceText);
margin-left: auto;
margin-right: auto;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
width:40%;
}
#Services
{
text-align: center;
background-color: transparent;
color: blue;
margin-left: auto;
margin-right: auto;
display: flex;
width: 70%;
max-width: 500px;
}
#Services div
{
margin-top: 15px;
}
.card-body
{
display: inline-flex;
}
#infoservice
{
margin-left: auto;
margin-right: auto;
color: #266b6b;
}
#infoservice h5
{
color: #013d42;
text-align: left;
font-size: 150%;
font-weight: 700;
}
#regleservice
{
margin-left: auto;
margin-right: auto;
color: #266b6b;
}
#regleservice h5
{
color: #013d42;
text-align: left;
font-size: 150%;
font-weight: 700;
}