forked from abdulbasit1993/ABM-Tech-eStore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle5.css
82 lines (66 loc) · 1.24 KB
/
style5.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
/* Mobile Accessories Page CSS */
/* Navigation */
.navbar {
background-color: #7E57C2 !important;
}
.nav-link {
color: #fff !important;
font-weight: bold !important;
}
/* Icons */
.fa-shopping-cart,
.fa-user-circle-o {
font-size: 32px !important;
}
/* Main Heading */
.main-heading {
height: 240px;
background: #4b6cb7;
/* For older browsers */
background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #182848, #4b6cb7);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.head-text {
color: #fff;
padding-top: 90px;
}
/* Products Section */
.products {
margin-top: 50px;
}
.card {
width: 250px;
height: auto !important;
margin-bottom: 5px;
}
.card-text {
font-weight: bold;
}
.btn-primary {
width: 100%;
background-color: #7E57C2;
}
.heading {
text-align: center;
font-weight: bold;
color: #7E57C2;
margin: 20px;
}
.heading>h1 {
text-shadow: 2px 2px 4px black;
}
/* Footer */
.footer {
width: 100%;
background-color: #7E57C2;
height: 70px;
}
.footer>div {
text-align: center !important;
align-items: center;
}
h4 {
color: #fff;
}