-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
98 lines (82 loc) · 1.31 KB
/
main.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
body {
height: 1000px;
background-color: #ecf0f1;
margin-top: 70px;
}
.magic-container {
background-color: #bdc3c7;
padding-left: 30px;
margin-left: 20%;
margin-right: 20%;
padding-top: 30px;
padding-bottom: 30px;
}
.header-container {
position: relative;
height: 100px;
background-color: #95a5a6;
}
.hero-information {
/*border: 5px solid red;*/
width: 35%;
position: absolute;
right: 100px;
bottom: 10px;
}
.bear-img-container {
border: 3px solid #34495e;
width: 35%;
height: 70%;
position: absolute;
left: 50px;
top: 18px;
background-image: url("http://torrentsmovies.net/wp-content/uploads/2014/05/Bears-2014.jpg");
background-size: cover;
}
li {
list-style: none;
font-size: 24px;
line-height: 200%;
color: #2c3e50;
}
.header {
font-size: 34px;
margin: 0;
}
.sub-header {
font-size: 26px;
margin: 0;
}
.hero-information > h3 {
font-size: 33px;
color: #2c3e50;
margin: 0;
}
.hero-information > p {
color: #2c3e50;
}
.center-title {
text-align: center;
color: #2c3e50;
}
em {
color: #e74c3c
}
.navbar {
position: fixed;
top: 0;
left: 0;
background-color: #c0392b;
height: 44px;
width: 100%;
z-index: 1000;
}
.nav-title {
font-size: 36px;
margin: 0;
padding-left: 20px;
}
.nav-sub-title {
color: white;
font-size: 24px;
}