-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
101 lines (77 loc) · 1.49 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
.navbar{
background-color: #D32F2F !important;
}
.nav-link{
color: white !important;
font-weight: bold !important;
}
.fa-shopping-cart,.fa-user-circle{
font-size: 32px !important;
}
.fa-truck,.fa-headphones,.fa-thumbs-up{
font-size: 50px !important;
margin-right: 10px;
color: #D32F2F !important;
}
h3{
color: #D32F2F !important;
}
.card1,.card2,.card3{
display: flex;
width: 300px;
height: 100px;
background-color: #fff;
box-shadow: 2px 4px 5px gray;
justify-content: center;
align-items: center;
margin-top: 10px;
}
.mainCard{
margin-top: 30px;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.newArrivals{
margin-top: 50px;
}
.card{
width: 250px;
height: auto;
margin-bottom: 100 ;
/* margin: 80px; */
}
.card-text{
font-weight: bold;
}
.btn-primary{
width: 100%;
background-color: #D32F2F !important;
}
.heading{
text-align: center;
font-weight: bold;
color: #D32F2F ;
margin: 20px;
}
.heading > h1{
text-shadow: 2px 2px 4px black;
}
.footer{
width: 100%;
background-color:#D32F2F ;
height: 50px;
}
.footer > div{
text-align: center !important;
align-items: center;
}
h4{
color: white;
}
@media screen and (max-width: 600px) {
.card1,.card2,.card3 {
width: 100%;
}
}