-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (103 loc) · 2.4 KB
/
style.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
.bgred {
background-color: #D12121;
}
.placement {
margin:auto;
padding-left: 30px;
padding-right: 30px;
max-width: 1000px;
}
.card {
box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
border-radius: 3px;
}
/**************************************************************/
/*************************** HEADER ***************************/
/**************************************************************/
#header_nav > nav {
position: relative;
display: inline-block;
margin: auto;
}
#header_nav {
text-align: center;
position: fixed;
top: 0;
left: 0;
right: 0;
min-width: 800px;
/*background-color: rgba(0, 0, 0, 0.3);*/
display: block;
z-index: 2000;
}
#header_logo {
height: 48px;
width: 240px;
display: inline-block;
background-color: #ccc;
top: -15px;
text-align: left;
position: relative;
background-image: url('logo.jpg');
background-position: center;
background-size: contain;
}
#header_nav > nav > ul > li {
display: inline-block;
padding-top: 32px;
padding-bottom: 32px;
padding-left: 32px;
color: white;
font-weight: bold;
}
#header_nav > nav > ul {
display: inline-block;
list-style: none;
}
/**************************************************************/
/*************************** FOOTER ***************************/
/**************************************************************/
.main_footer {
height: 200px;
width: 100%;
position: absolute;
bottom: 0;
text-align: left;
background: #cdf;
background-color: rgb(200,200,200);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.main_footer > div {
height: inherit;
}
.main_footer > div > ul {
height: inherit;
display: inline-block;
width: 100px;
position: absolute;
list-style:none;
float: right;
}
.main_footer > div > ul > li {
padding-top: 20px;
width: 100px;
margin-left: 30px;
}
.main_footer > div > ul > li:first-child {
margin-top: 30px;
}
.main_footer > div > #logo {
height:inherit;
display: inline-block;
height: 200px;
float: left;
}
.main_footer > div > #logo > img {
height: inherit;
width: auto;
}
/**************************************************************/
/************************* INSTAGRAM **************************/
/**************************************************************/