-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
88 lines (80 loc) · 1.52 KB
/
styles.css
File metadata and controls
88 lines (80 loc) · 1.52 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
body {
font-size: 16px;
color: black;
background-color: #00BFFF;
font-family: 'Oxygen', sans-serif;
}
/** HEADER **/
#header-nav {
background-color: black;
border-radius: 0;
border: 0;
}
.navbar-brand {
padding-top: 25px;
}
.navbar-brand h1 { /*heading*/
font-family: 'Lora', serif;
color: white;
font-size: 2.5em;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 1px #222;
margin-top: 0;
margin-bottom: 0;
line-height: .75;
}
.navbar-brand a:hover, .navbar-brand a:focus {
text-decoration: none;
}
#nav-list {
margin-top: 10px;
}
#nav-list a {
color: white;
text-align: center;
}
#nav-list a:hover {
background: #E7E7E7;
}
#nav-list a span {
font-size: 2.0em;
}
.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
border: 1px solid black;
}
.navbar-header button.navbar-toggle {
clear: both;
margin-top: -30px;
}
/* END HEADER */
/* MAIN CONTENT*/
#menu-categories-title{
padding-top: 25px;
padding-bottom: 25px;
font-size: 36px;
}
.row {
margin-left: 15px;
margin-right: 15px;
}
.menu-item-description{
background-color: #C0C0C0;
}
.menu-item-description1{
background-color: #C0C0C0;
padding-top: 15px;
margin-top: 20px;
width: 48%;
margin-bottom: 25px;
}
.menu-item-description2{
background-color:#C0C0C0;
padding-top: 15px;
margin-top: 20px;
margin-bottom: 25px;
position: relative;
float: right;
width: 48%;
margin-left: .5px;
}