-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocation4.css
More file actions
44 lines (44 loc) · 883 Bytes
/
location4.css
File metadata and controls
44 lines (44 loc) · 883 Bytes
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
body {
font-family: 'Arvo', serif;
}
#header {
background: url("https://images.unsplash.com/photo-1548345680-f5475ea5df84?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=752&q=80");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height:100%;
display:flex;
align-items:center;
color: azure;
}
#main {
text-align: center;
}
#brand {
color: #BA6930;
}
#linkone {
color: #BA6930;
}
#linktwo {
color: #BA6930;
}
#footer {
position:relative;
left: 0;
bottom: 0;
width: 100%;
background-color:#F8F9FA;
color: #63707C;
text-align: center;
}
#contactUs {
margin-bottom: 0;
}
#design {
margin:0;
}
.navbar.scrolled {
background: rgb(37, 24, 37);
transition: background 500ms;
}