-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
115 lines (108 loc) · 2.16 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
.header{
background-color: black;
position: fixed;
top: 0;
left: 0;
height: 70px;
width: 1360px;
}
.body{
background-color: black;
}
.amazon{
color: antiquewhite;
font-size: larger;
margin-left: 80px;
position: relative;
top: 20px;
}
.head{
color: antiquewhite;
font-size: larger;
position: relative;
top: 20px;
margin-left: 10px;
}
.button{
position: relative;
top: 20px;
background-color: orangered;
}
.header1{
color: rgb(233, 226, 226);
background-color: rgba(32, 21, 21,50);
width: 1370px;
height: 20px;
position: absolute;
top: 70px;
right: 0;
display: inline-block;
}
.header2{
margin-left: 20px;
}
.abc{
background-color: rgb(139, 163, 163);
height: 300px;
}
.box1{
background-color: rgb(180, 201, 201);
width: 180px;
height: 200px;
display: inline-block;
border-radius: 20px;
margin-left: 30px;
background-image: url(./product1.jpg);
background-size: cover;
}
.box2{
background-color: rgb(180, 201, 201);
width: 180px;
height: 200px;
display: inline-block;
border-radius: 20px;
margin-left: 30px;
background-image: url(./product2.jpg);
background-size: cover;
}
.box3{
background-color: rgb(180, 201, 201);
width: 180px;
height: 200px;
display: inline-block;
border-radius: 20px;
margin-left: 30px;
background-image: url(./product3.jpg);
background-size: cover;
}
.box4{
background-color: rgb(180, 201, 201);
width: 180px;
height: 200px;
display: inline-block;
border-radius: 20px;
margin-left: 30px;
background-image: url(./product4.jpg);
background-size: cover;
}
.box5{
background-color: rgb(180, 201, 201);
width: 180px;
height: 200px;
display: inline-block;
border-radius: 20px;
margin-left: 30px;
margin-top: 20px;
background-image: url(./product5.jpg);
background-size: cover;
}
.box6{
background-color: rgb(180, 201, 201);
width: 180px;
height: 200px;
display: inline-block;
border-radius: 20px;
margin-left: 30px;
background-image: url(./product1.jpg);
background-size: cover;
}