-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
49 lines (48 loc) · 1.07 KB
/
index.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
body{
font-size: 16px;
color: #fff;
background-color:#61122f;
font-family: 'Oxygen', sans-serif;
}
/** HEADER **/
#header-nav{
background-color: #f6b319;
border-radius: 0;
border: 0;
}
#logo-img{
width: 100px;
height: 100px;
margin: 15px 15px 15px 0;
padding-top: 10px;
}
@media screen and (max-width:600px) {#logo-img{height: o; width: o;
}
}
.navbar-brand{
padding-top: 25px;
}
.navbar-brand h1 /** resturant name **/
{
font-family: 'lora', seriff;
color: #557c3e;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 1px #222;
margin-top: 0;
margin-bottom: 0;
line-height: .75;
}
@media screen and (max-width:2000px) {.navbar-brand{font-size: 12px}}
.navbar-brand a:hover, .navbar-brand a:focus {
text-decoration: none;
}
.navbar-brand p {/*halal certfied*/
color: #000;
text-transform: uppercase;
font-size: .7em;
margin-top: 15px;
}
.navbar-brand p span {
vertical-align: middle;
}