-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
124 lines (107 loc) · 1.98 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
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
117
118
119
120
121
122
123
124
body {
background-color: #588C7E;
}
#wrapper {
margin-left:auto;
margin-right:auto;
width:1300px;
}
img {
padding-top: 150px;
}
nav {
background: -webkit-linear-gradient(#F2E394, #F2AE72, #D96459);
background: -o-linear-gradient(#F2E394, #F2AE72, #D96459);
background: -moz-linear-graident(#F2E394, #F2AE72, #D96459);
background: linear-gradient(#F2E394, #F2AE72, #D96459);
position: absolute;
left: 0;
right: 0;
padding: 30px;
height: 60px;
background-size: 100%;
padding-bottom: 50px;
border: 1px solid black;
margin-top: -12px;
white-space: nowrap;
}
ul, ul:focus{
display: flex;
flex-direction: row;
text-align: center;
margin-top: -25px;
white-space: nowrap;
font-family: arial;
font-size: 16px;
}
li {
list-style-type: none;
display: inline-block;
padding-left: 200px;
color: #588C7E;
}
a {
color: #588C7E;
}
a:link{
color: #624837;
font-family: arial;
text-decoration: none;
}
a:hover {
color: #8C4646;
text-decoration: none;
font-family: didot;
}
#header {
display: inline-block;
text-align: center;
font-size: 80px;
color: #8C4646;
font-family: didot;
margin-top: -30px;
margin-left: 350px;
}
#color {
border: 1px solid black;
}
#family {
padding-top: 100px;
float: left;
margin-left: 50px;
padding: 18px;
}
#blurb {
padding-top: 200px;
float: right;
margin-right: 100px;
text-align: center;
}
#campfire {
float: right;
width: 1px;
height: 1px;
margin-top: 300px;
margin-right: -150px;
}
#text {
float: left;
margin-top: 10px;
margin-right: 200px;
text-align: center;
}
#tent{
margin-left: 200px;
padding: 0;
}
footer {
display: flex;
justify-content: center;
align-items: center;
height: 70px;
width: 100%;
background: -webkit-linear-gradient(#D96459, #F2AE72, #F2E394);
background: -o-linear-gradient(#D96459, #F2AE72, #F2E394);
background: -moz-linear-graident(#D96459, #F2AE72, #F2E394);
background: linear-gradient(#D96459, #F2AE72, #F2E394);
}