-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (65 loc) · 1.23 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
.navbar {
background-color: crimson !important;
}
.nav-link {
color: white !important;
font-weight: bold !important;
}
.logo {
height: 50px !important;
width: 200px !important;
}
.fa-shopping-cart, .fa-user-circle-o,{
font-size: 28px !important;
}
.fa-truck,.fa-phone-square, .fa-thumbs-up {
font-size: 50px !important;
margin-right: 10px;
color: crimson !important;
}
.card1,.card2,.card3 {
display: flex;
height: 100px;
width: 300px;
justify-content: center;
align-items: center;
margin-top: 10px;
}
.maincard{
margin-left: auto;
margin-top: 30px;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
@media screen and (min-width: 375px) {
}
.newarrivals{
margin-top: 30px;
}
.heading{
text-align: center;
font-weight: bold;
color: crimson;
margin: 20px;
}
.heading > h1{
text-shadow: 2px 2px 4px black;
}
}
.card-text{
font-weight: bold;
}
.btn-primary{
width: 100%;
background-color: crimson;
}
.footer{
width: 100%;
background-color: crimson;
text-align: center;
color: white;
height: 100px;
margin-top: 30px;
}