-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduit.css
227 lines (224 loc) · 3.66 KB
/
produit.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
body{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
.navbar{
height: 70px;
width: 1600px;
margin: 0 auto;
}
header p{
float: left;
margin-left: 50px;
}
.dropdownmenu {
display: flex;
margin: 20px 0 0;
justify-content: space-between;
}
.dropdownmenu ul {
display: none;
}
.dropdownmenu,
.dropdownmenu ul {
list-style-type: none;
padding: 0px;
}
.dropdownmenu a {
display: block;
width: 100px;
height: 35px;
line-height: 35px;
color: black;
text-decoration: none;
padding: 3px 20px;
text-align: center;
}
.dropdownmenu li {
position: relative;
}
.dropdownmenu li:hover ul {
display: block;
position: absolute;
top: 41px;
left: 0px;
z-index: 100;
}
.sous li{
background-color: #4ecd13;
}
.navbar input{
border-radius: 10px;
border: 1px solid black;
position: relative;
right: 50px;
height: 30px;
width: 250px;
}
.sous li:hover{
background-color: #4EB61E;
}
.menu{
background: url(image/fond.jpeg);
height: 300px;
width: 100%;
margin: 0;
padding: 0;
}
.menu{
background: url(image/fond.jpeg);
height: 400px;
width: 100%;
background-size: cover;
}
.menu div{
float: right;
text-align: center;
position: relative;
top: 30%;
right: 25%;
}
.menu h1{
font-size: 40px;
}
.hover:hover{
color: #4EB61E;
}
.produit{
display: flex;
margin: 3%;
}
.section{
width: 80%;
height: 550px;
margin: 30px auto;
}
.produit div{
margin: 30px auto;
width: 80%;
color: rgba(0, 0, 0, 0.879);
height: 500px;
background-color: rgba(128, 128, 128, 0.192);
}
.produit img{
height: 500px;
width: 500px;
margin: 0 30px 0 0;
float: left;
}
.div{
height: 50px;
width: 70px;
}
.div span{
border: 1px solid black;
height: 50px;
padding: 15px;
}
.produit h1{
font-size: 30px;
}
.produit .span1 i{
font-size: 25px;
}
.btn1{
height: 50px;
width: 250px;
margin: 0 20px;
font-size: 17px;
}
.btn2{
height: 55px;
width: 450px;
margin: 20px 10px;
font-size: 18px;
}
.btn2 i{
margin: 5px;
font-size: 25px;
}
button{
border-radius: 2px;
border: none;
background-color: #4EB61E;
color: #FFF;
}
button:hover{
background-color: #FFF;
color: #4EB61E;
border: 1px solid #4EB61E;
}
.span2{
margin: 0 15px 0;
font-size: 25px;
}
.categorie h1{
text-align: center;
}
.categorie {
height: 550px;
width: 100%;
}
.categorie .categoris div{
margin: 50px auto;
width: 70%;
color: rgba(0, 0, 0, 0.879);
flex-wrap: wrap;
height: 280px;
}
.categorie .categoris{
margin: 10px auto;
width: 100%;
color: rgba(0, 0, 0, 0.879);
height: 400px;
padding: 10px;
}
.categorie .categoris img{
height: 250px;
width: 250px;
}
.foot-section{
color: #FFF;
height: 300px;
background-color: #4EB61E;
width: 100%;
}
.foot-section2{
display: flex;
justify-content: center;
}
.foot-section2{
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 30px;
}
.foot-section2 div{
height: 200px;
width: 300px;
margin: 30px 100px;
}
.foot-section2 p{
margin-left: 15px;
}
.foot-section2 strong{
font-size: 18px;
}
footer{
background-color: black;
height: 100px;
color: #FFF;
display: flex;
justify-content: space-between;
}
footer div{
height: 50px;
width: 350px;
margin: 10px;
}
footer span i{
margin: 30px 10px;
font-size: 25px;
}