forked from sheafk/websiteProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (91 loc) · 1.42 KB
/
style.css
File metadata and controls
116 lines (91 loc) · 1.42 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
/*body {*/
/* padding-top: 50px;*/
/* background-color: #D62F01;*/
/* border-color: #D62F01;*/
/*}*/
.navbar {
background-color: #D62F01;
border-color: #D62F01;
}
.navbar-nav li a{
color: #FFFFFF;
}
.navbar-brand {
color: #FFFFFF;
}
.jumbotron {
padding: 100px;
height: 500px;
background-image: url(http://ucdintegrativemedicine.com/wp-content/uploads/Aug-21_BurgerDay_Header8CUTFB2_35406006.png)
}
.jumbotron h1{
color: #FFFFFF;
}
.jumbotron {
color: #FFFFFF;
margin: 0;
}
.jumbotron .btn {
background-color:#D62F01;
border-color: #D62F01;
}
.section{
height: 300px;
}
.section h1 {
color: #15C2D2;
}
.donate h3 {
color: #FFFFFF;
}
.grey-light {
background-color: #f2f2f2;
}
.orange {
background-color: #EF5330;
}
.footer {
background-color: #D62F01;
border-color: #D62F01;
padding-top: 20px;
padding-bottom: 20px;
}
.sponsor {
max-width: 100px;
opacity: 0.35;
display: inline-block;
margin-right: 1em;
margin-bottom: 0.5em;
}
img {
max-width: 100%;
}
#social ul{
clear:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}
#social li {
display:block;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
right:50%;
}
#social ul li img
{
margin: 10px;
height: 25px;
}
#location-list{
margin-top: 75px;
background-color: #FFFFFF;
}
p {
}