-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
123 lines (106 loc) · 1.77 KB
/
style.css
File metadata and controls
123 lines (106 loc) · 1.77 KB
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
body {
font-family: "Darker Grotesque", sans-serif;
font-size: 12px;
}
.center {
border: 0px solid;
margin: auto;
width: 80%;
padding: 10px;
}
#mainwrapper {
overflow: auto;
font-family: "Darker Grotesque", sans-serif;
font-style: normal;
font-weight: 200;
background: none;
}
#mainwrapper header {
overflow: auto;
font-family: "Darker Grotesque", sans-serif;
font-style: normal;
font-weight: 200;
}
#bannerImage {
background-color: none;
background-size: 1000px 150px;
clear: both;
}
#contentB {
width: 1800px;
height: 300px;
}
h1 {
float: left;
color: black;
font-family: "Bebas Neue";
text-align: center;
width: 80%;
padding: 0px 0px;
margin: 10px 0px 0px 0px;
text-decoration: none;
font-size: 50px;
font-weight: 100;
}
h2 {
float: left;
color: black;
text-align: center;
padding: 50px 16px;
text-decoration: none;
font-size: 20px;
}
h3 {color: green;
font-weight: bold;
}
h6 {
font-size: 18px;
font-weight: 100
}
p {
font-size: 10px;
float: right;
}
.topnav {
background-color: #FEFEFE;
overflow: hidden;
margin-left: none;
}
.topnav a {
float: left;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #09B700;
color: white;
}
.topnav a.active {
background-color: black;
color: white;
}
footer article {
/* Footer Content */
width: 46%;
float: left;
padding-left: 2%;
padding-right: 2%;
text-align: justify;
font-family: "Darker Grotesque", sans-serif;
font-style: normal;
font-weight: 500;
color: rgba(146,146,146,1.00);
}
footer article h3 {
/* Footer Title */
text-align: center;
font-family: "Darker Grotesque", sans-serif;
font-style: bold;
font-weight: 400;
}
centerJustification {
width: 80%;
}