-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAllSkincare.css
68 lines (59 loc) · 982 Bytes
/
AllSkincare.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
.navi {
width: 100%;
margin-left: 40px;
margin-top: 16px;
}
#containers {
display: flex;
margin-top: 30px;
}
/* #refine {
width: 30%;
} */
#Products {
width: 80%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-left: 13%;
}
h1 {
width: 100%;
margin-bottom: 10px;
}
#Products>div {
/* width: 20%; */
text-align: center;
display: flex;
flex-direction: column;
gap: 25px;
margin-bottom: 20px;
height: 100%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#Products>div>img {
width: 60%;
height: 250px;
margin-left: 3.5rem;
}
#Products>div>button {
color: white;
background-color: rgb(32, 32, 32);
padding: 10px 15px;
border: none;
display: flex;
gap: 10px;
justify-content: center;
align-items: center;
}
#Products>div>button:hover {
color: black;
background-color: rgb(197, 255, 255);
}
#cartcontent {
display: flex;
flex-direction: column;
}
#cartcontent>div {
display: flex;
}