-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
43 lines (38 loc) · 683 Bytes
/
index.css
File metadata and controls
43 lines (38 loc) · 683 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
body
{
width: 100%; height: 100%; margin: 0;
}
a
{
text-decoration: none; background-color: transparent; color:#ededed;
}
header
{
background-color:#000; color:#fff; border-color: #080808; min-height: 50px; border: 1px solid transparent;
}
#banner_image
{
padding-top: 75px;
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background-size: cover;
color:#000
}
#banner_content
{
position: relative;
padding-top: 6%;
padding-bottom: 6%;
margin-top: 12%;
margin-bottom: 12%;
background-color: rgba(0, 0, 0, 0.7);
max-width: 660%;
}
footer{
padding: 10px 0;
background-color: #101010;
color:#9d9d9d;
bottom: 0;
width: 100%;
}