This repository was archived by the owner on Apr 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsultant_info.css
More file actions
101 lines (89 loc) · 1.52 KB
/
Copy pathconsultant_info.css
File metadata and controls
101 lines (89 loc) · 1.52 KB
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
table[class="bandeau"]{
width: 100%;
background-color: lightgray;
color: white;
}
div[class="navbar"]{
text-align: center;
}
table{
border-collapse: collapse;
}
.bloc{
display: flex;
margin-top: 8%;
justify-content: space-around;
flex-wrap: wrap;
padding: 3%;
}
.case1{
width: 22%;
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;
padding: 0% 1%;
overflow-wrap: break-word;
background-image: linear-gradient(180deg,rgb(71, 141, 255),lightblue);
}
.case2{
width: 22%;
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;
padding: 0% 1%;
overflow-wrap: break-word;
background-image: linear-gradient(30deg,lightblue,rgb(71, 141, 255));
}
.deconnexion{
position:relative;
float: right;
}
button{
background-color: rgb(240, 93, 106);
border: none;
color: black;
padding: 8px 16px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
opacity: 0.8;
transition: 0.5s;
}
button:hover{
opacity: 1;
}
li{
padding: 10px;
background-color: lightgray;
display: inline;
}
a{
text-decoration:none;
}
#taille1{
color: rgb(71, 141, 255);
font-size: 500%;
position:relative;
float: right;
padding-right: 50px;
}
#taille2{
font-size: 250%;
float: right;
padding-bottom: 10px;
margin-right: 50px;
}
.jeune{
color: rgb(240, 93, 106);
}
.referent{
color: green;
}
.consultant{
background-color: rgb(71, 141, 255);
color: white;
}
.partenaires{
color: rgb(90, 93, 95);
}
.bouton{
padding: 5px;
}