-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (99 loc) · 1.7 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
*{
margin: 0;
font-family: arial;
border:border-box;
}
.navbar{
height: 60px;
background-color: black;
justify-content: space-evenly;
display: flex;
align-items: center;
color: white;
}
.ul-main {
display: flex;
justify-content: space-evenly;
text-align: center;
}
.nav-search {
display: flex;
justify-content:space-evenly;
width: 350px;
height: 30px;
border-radius: 10px;
}
.search-input {
width: 70%;
font-size: 1rem;
border: none;
border-radius: 10px;
}
.search-icon {
width: 50px;
margin-right: 20px;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
/** panel **/
.panel {
height: 40px;
background-color:#222f3d;
display: flex;
color: white;
align-items: center;
justify-content:space-evenly ;
}
.panel-ops p {
display: inline;
margin-left: 15px;
}
.panel-ops {
width: 70%;
font-size: 0.85rem;
}
.panel-deals {
font-size: 0.9rem;
font-weight: 700;
}
img {
height: 500px;
width: 100%;
background-size: cover;
}
/** shop section **/
.shop-section {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
background-color: #e2e7e6;
}
.box {
height: 320px;
width: 24%;
/* background-color: #e2e7e6; */
padding: 20px 0px 15px;
margin-bottom: 10px;
}
.p {
height: 60px;
width: 35px;
}
.box2 img{
height: 270px;
width: 100%;
}
.box1 img{
height: 270px;
width: 100%;
}
.box3 img{
height: 270px;
width: 100%;
}
.box4 img{
height: 270px;
width: 100%;
}