-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.css
More file actions
56 lines (55 loc) · 993 Bytes
/
Copy pathwebsite.css
File metadata and controls
56 lines (55 loc) · 993 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
48
49
50
51
52
53
54
55
56
.masthead {
height: 100vh;
min-height: 500px;
background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.navbar {
margin-bottom: 0;
}
.glyphicon {
font-size: 50px;
}
.call-to-action {
text-align: center;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 200px;
line-height: 60px;
background-color: #f5f5f5;
}
.text-muted{
font-family: sans-serif;
font-size:20px;
padding-left: 20px;
padding-top: 40px;
}
.fa {
padding: 20px;
padding-left: 20px;
font-size: 200px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}