-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (71 loc) · 1.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
*{
margin: 0;
padding: 0;
}
ul li{
list-style: none;
}
.col-md-4 a:hover{
background-color: #03162b;
color: whitesmoke;
border-radius: 20px;
}
.unamed img{
width: 100%;
height: 400px;
}
.size img{
width: auto;
height: 100%;
}
.top img{
width: 100%;
height: 500px;
}
.main-card{
margin: 30px;
flex-direction: row !important;
display: flex !important;
justify-content: space-around !important;
flex-wrap: wrap;
}
.fa-truck{
font-size: 50px !important;
color: rgb(47, 47, 116);
}
.fa-user{
font-size: 50px !important;
color: rgb(47, 47, 116);
}
.fa-thumbs-up{
font-size: 50px !important;
color: rgb(47, 47, 116);
}
.cart1,.cart2,.cart3{
display: flex;
height: 100px;
width: 30%;
background-color: white;
box-shadow: 2px 4px 5px grey;
justify-content: center;
align-items: center;
margin-top: 10px;
}
.arrival img{
width: 100%;
height: auto;
}
.footer{
background-color:#25272e !important;
}
.carousel-item img{
width: auto;
height: 500px;
}
.sale img{
width: 100%;
height: 300px;
}
.features{
flex-wrap: wrap !important;
}