This page was made as a personal project in connection with an educational exercise.
This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmoisturizers.css
179 lines (170 loc) · 3.57 KB
/
moisturizers.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
* {
font-family:'Roboto', sans-serif;
}
#topImage {
width:100%;
height:auto;
}
#topImage>img {
width:100%;
border-radius: 12px;
}
#topImage+h1 {
text-align: center;
font-size: 50px;
font-family: 'Roboto', sans-serif;
color: rgb(60,60,60);
margin-top: 60px;
}
#allProd {
width:93%;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
grid-template-rows: repeat(3,auto);
gap:45px 30px;
padding-bottom: 50px;
position:absolute;
padding-left: 40px;
}
#allProd>div {
cursor: pointer;
position:relative;
}
#allProd>div>div {
position: absolute;
right:0px;
top:0px;
padding-right: 13px;
}
#allProd>div:nth-child(1)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div:nth-child(2)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div:nth-child(3)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div:nth-child(4)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div:nth-child(5)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div:nth-child(6)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div:nth-child(7)>div {
background-color: rgb(145,145,145);
padding: 6px 15px 5px 15px;
color:white;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
#allProd>div>img {
width:100%;
}
#allProd>div>h4 {
text-align: center;
color:#50504b;
text-transform:uppercase;
font-size: 14px;
margin-bottom: 10px;
}
#allProd>div>h4+p {
display:inline;
font-size: 11px;
margin-left: 85px;
}
#allProd>div>p+p {
display:inline;
margin-left: 10px;
color: #f56266;
font-size: 11px;
}
#allProd>div>button {
display:block;
margin-top: 10px;
width:100%;
background-color: rgb(123, 123, 123);
height:35px;
border:1px;
color:white;
font-weight: bold;
cursor: pointer;
}
#allProd>div>button:hover {
background-color: rgb(148, 145, 145);
}
#allProd>div:nth-child(6)>h4 {
margin-bottom: 43px;
}
#allProd>div:nth-child(7)>h4 {
margin-bottom: 43px;
}
#allProd>div:nth-child(8)>h4 {
margin-bottom: 43px;
}
#allProd>div:nth-child(9)>h4 {
margin-bottom: 40px;
}
#allProd>div:nth-child(10)>h4 {
margin-bottom: 40px;
}
.checked {
color:black;
}
.rd {
color:red;
}
span+p {
display:inline;
margin-left: 185px;
font-size:28px;
}