-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakeup.css
110 lines (89 loc) · 1.53 KB
/
makeup.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
#nav1 {
display: flex;
margin: auto;
height: 40px;
background-color: #F3F3F3;
justify-content: space-evenly;
font-size: 18px;
align-items: center;
}
#nav1>img{
height: 50px;
}
#nav2 {
display: flex;
height: 40px;
justify-content: space-around;
font-size: 18px;
align-items: center;
margin-top: 20px;
}
#nav1 a {
text-decoration: none;
color: black;
}
#nav1 i {
color: rgb(241, 11, 145);
padding: 5px 5px;
}
#nav2 a {
text-decoration: none;
color: black;
}
#nav2 i {
color: rgb(241, 11, 145);
padding: 5px 5px;
}
#nav2> #vx {
display: flex;
justify-content: space-around;
width: 300px;
}
#nav2 input{
border-top:#000000;
border-left: #000000;
border-right: #000000;
}
#b {
display: flex;
width: 80%;
margin: auto;
justify-content: space-evenly;
margin-top: 45px;
}
#b a{
text-decoration: none;
color: black;
}
#b b:hover {
color: rgb(241, 11, 145);
}
#nav2>img{
height: 100px;
}
#bottom_img{
margin: auto;
width: 90%;
}
#bottom_img>img{
margin-top: 20px;
width:100%;
}
#makeup-container {
display: grid;
width: 100%;
margin: auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
align-items: flex-start;
}
#makeup-container>div {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 20px;
}
#makeup-container img{
margin: auto;
width: 300px;
height:400px
}