This repository was archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (103 loc) · 1.98 KB
/
Copy pathstyle.css
File metadata and controls
120 lines (103 loc) · 1.98 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
body {
background-image: url(img/blue.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.nav-color {
background-color: black !important;
}
nav h2 {
color: #f0a422;
font-family: serif;
}
.li-color {
color: #f0a422;
}
.navlink,
.footer-color {
color: #f0a422 !important;
}
.halal-items .card {
background: black !important;
color: #f0a422;
}
.services-title {
color: #f0a422;
}
.services-color,
.footer-color {
background: black;
}
.navbar-dark .navbar-nav .nav-link {
color: #f0a422 !important;
}
.clearfix-manual {
clear: both;
}
.bg-slider {
background: black;
}
@media (max-width: 568px) {
nav h2 {
font-size: 16px;
font-weight: 300;
}
.carousel-mobile {
padding-top: 60px;
}
}
@media (max-width: 767px) {
nav h2 {
font-size: 20px;
font-weight: 400;
margin-right: 15px;
}
nav img {
width: 45px;
height: 45px;
}
}
/* Large devices (desktops) */
@media (min-width: 992px) {
.logo1 {
background-image: url(img/nubian.png);
background-repeat: no-repeat;
background-size: cover;
margin: 13% 0% 0% -15%;
height: 170px;
width: 170px;
clear: both;
float: left;
}
.logo2 {
background-image: url(img/nubian.png);
background-repeat: no-repeat;
background-size: cover;
margin: -18% -12% 0% -13%;
height: 170px;
width: 170px;
clear: both;
float: right;
}
}
/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
.logo1 {
background-image: url(img/nubian.png);
background-repeat: no-repeat;
background-size: cover;
margin: 13% 0% 0% -15%;
height: 200px;
width: 200px;
}
.logo2 {
background-image: url(img/nubian.png);
background-repeat: no-repeat;
background-size: cover;
margin: -18% -12% 0% -13%;
height: 200px;
width: 200px;
clear: both;
float: right;
}
}