-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
151 lines (130 loc) · 2.85 KB
/
style.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
h1{
margin-left: auto;
margin-right: auto;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 40px;
}
.center_h{
text-align: center;
}
h2{
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h3{
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p{
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.nav{
border: 1px solid rgb(0, 0, 0);
display: flex;
}
.footer{
border: 1px solid rgb(0, 0, 0);
margin-top: 50px;
}
.logo{
width: 200px;
}
.button{
display: flex;
margin: 30px;
}
.boutique{
display: flex;
flex-direction: column;
}
.div_articles{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 80%;
margin-right: auto;
margin-left: auto;
}
.item{
box-shadow: 3px 3px 5px #d4dce9;
border-radius: 20px;
display: flex;
margin-right: 30px;
margin: 15px; /* Ajoute de l'espace entre les articles */
width: 300px; /* Fixe une largeur pour chaque article */
align-items: center; /* Centre le contenu à l'intérieur de chaque article */
}
.img_item{
width: 80%;
display: flex;
margin-right: auto;
margin-left: auto;
}
.price{
margin-bottom: 0;
margin-top: 5px;
}
.barre{
text-decoration: line-through 2px rgb(0, 0, 0);
}
.item_form{
display: flex;
justify-content: center; /* Centre le formulaire à l'intérieur de l'article */
width: 100%; /* S'assure que le formulaire prend toute la largeur disponible */
}
.input_number{
margin-left: auto;
margin-right: auto;
width: 60px; /* Fixe une largeur pour le champ de nombre */
text-align: center; /* Centre le texte à l'intérieur du champ */
}
.panier{
margin-top: 30px;
margin-right: auto;
margin-left: auto;
width: 60%;
display: flex;
}
.left-cart{
border-radius: 13px;
margin-right: 30px;
width : 60%;
background-color: #d3efe0;
}
.right-cart{
background-color: #d3efe0;
border-radius: 13px;
width : 40%;
height: 200px;
}
.article-cart{
background-color: #d3efe0;
width: 100%;
}
.case{
text-align: center;
background-color: #b2e4c9;
}
table{
width: 95%;
margin-right: auto;
margin-left: auto;
margin-top: 4px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.bold{
font-weight: bold;
}
.line{
width: 120 px;
}
.title_case{
background-color: #55AD9B;
}
.total{
margin-top: 50px;
}
tr{
margin-bottom: 10px;
}