-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (42 loc) · 798 Bytes
/
style.css
File metadata and controls
47 lines (42 loc) · 798 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
44
45
46
47
nav {
padding-left: 10%;
padding-right:10%;
}
.navbar-fixed {
zoom: 80%;
}
.hr-theme-slash-2 {
display: flex;
}
.hr-line {
width: 100%;
position: relative;
margin: 15px;
border-bottom: 5px solid #000;
}
.hr-icon {
position: relative;
}
#index-banner {
min-height: 130vh;
background: url(https://i.imgur.com/sG8r2Cn.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1, h2, h3, h4, h5, a, span, p {
font-family: Roboto;
}
.footer-copyright {
font-family: Roboto;
}
.card-title {
font-family: Roboto;
}
.navlinks {
font-weight: 300;
}
.flow-text {
font-size: 18px;
}