-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
146 lines (107 loc) · 1.87 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
body{
font-size:14px;
font-weight:300;
line-height:30px;
font-family: 'Open Sans', sans-serif;
background-color:#fff;
margin-top:0px;
color:#414141;
}
/* Header and Navigation bar */
.header ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.header li {
float: left;
}
.header li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
.header li a:hover {
background-color: #111;
}
/* Header and Navigation bar */
img{
max-width:100%;
}
h1, h2, h3, h4, h5, h6{
font-weight:bold;
text-rendering:optimizelegiblity;
-webkit-font-smoothing:antialiased;
margin:0;
padding:0;
font-family: 'Montserrat', sans-serif;
}
p{
margin:0;
padding:0;
line-height:26px;
font-size:14px;
margin:8px 0;
}
h3{
font-size:30px;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/*Top Navbar*/
/*Top Navbar*/
/*Header*/
/*Header*/
/*Footer*/
footer{
background:#414141;
padding:60px 0;
color:#f8f8f8;
}
/*Footer*/