-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlodging.css
61 lines (52 loc) · 1.04 KB
/
lodging.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
50
51
52
53
54
55
56
57
58
59
60
61
body {
background: url(https://images.unsplash.com/photo-1444068122376-ea074caf47c8?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=ea8864e698936c512057ff73d76ff04f);
background-size: cover;
background-position: center;
padding-top: 7%;
}
hr {
border-top: solid 1px #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
margin-top: -5px;
}
.navbar-default{
background: #C9CFB4;
}
h1{
font-size:4em;
}
#content {
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
0px 8px 13px rgba(0,0,0,0.4),
0px 18px 23px rgba(0,0,0,0.4);
}
#text{
text-align: center;
background-color: rgba(201,207,180,.75);
width: 70%;
margin:auto;
padding: 15px 15px;
border: 2px solid #1c241b;
border-radius: 15px;
color: #292d1d;
font-size: 1.2em;
}
.links{
background: red;
background: #3f452c;
padding: 1% 5%;
border-radius: 15px;
font-size: 1.5em;
border: 2px solid #94a16d;
margin-bottom: 25px;
}
a:visited{
color: #94a16d;
}
a{
color: #94a16d;
}
a:hover{
color: #f4f6f0;
}