-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
133 lines (123 loc) · 1.98 KB
/
index.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
body {
background: white;
width: auto;
}
.nav-for-mobile{
color: white;
font-size: 28px;
display: none;
right: 20px;
position: absolute;
top: 20px;
display: none;
}
h1.title-page {
margin: 70px auto;
width: max-content;
font-size: 30px;
}
.page-site {
margin: 0 auto;
width: max-content;
}
.page-site a {
padding: 8px;
color: black;
text-decoration: none;
border: 1px #eee solid;
background: #eee;
}
.page-site a:hover {
background: #fbc54de3;
border: #fbc54de3;
}
.persone1 , .persone2 , .persone3 , .persone4 , .persone5 {
margin: 50px auto;
width: max-content;
box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.12), -20px 4px 20px rgba(0, 0, 0, 0.24);
}
p.text-persone {
padding: 10px;
padding-left: 10px;
padding-right: 10px;
}
.img-personne {
margin: 0 auto;
width: max-content;
}
img {
border: 1px black solid;
border-radius: 70px;
}
h5 {
margin: 0px auto;
width: max-content;
padding-top: 24px;
padding-bottom: 24px;
}
.profail {
margin: 20px auto;
width: max-content;
text-decoration: none;
}
a.profail {
border: 1px #eee solid;
padding: 5px;
background: #eee;
color: black;
border-radius: 20px;
}
a.profail:hover {
background: #fbc54de3;
border: #fbc54de3;
}
/* new */
.sar
{
background: #00bcd4;
text-align: center;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgb(255, 255, 255);
}
li {
float: right;
}
li a {
display: block;
color: rgb(0, 0, 0);
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #ffffff;
}
.active {
background-color: #ffc004;
}
/* card */
.card
{
text-align: center;
}
.cards
{
/* margin: 20px; */
margin-left: 0 auto;
}
.icon
{
font-size: 40px;
padding-top: 15px;
color: #2169a1;
}
/* shop */
.Producer
{
border: 2px rgb(88, 85, 85) solid;
}