-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtt-common.css
More file actions
53 lines (47 loc) · 1.32 KB
/
tt-common.css
File metadata and controls
53 lines (47 loc) · 1.32 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
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
* {
/* font-family: fantasy; */
/* font-family: Georgia, 'Times New Roman', Times, serif; */
/* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
/* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
/* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
/* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
/* font-family: Arial, Helvetica, sans-serif;
font-family: Verdana, Geneva, Tahoma, sans-serif; */
font-stretch: expanded;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(128, 128, 128, 0.733);
opacity: 0.5;
color: white;
text-align: center;
display: flex;
flex-direction: row;
justify-content: flex-end;
/* z-index: -1; */
}
.fa {
padding: 10px;
font-size: 30px;
width: 60px;
text-align: center;
text-decoration: none;
margin: 5px 5px;
border-radius: 10%;
}
.fa:hover {
opacity: 0.7;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-instagram {
background: #c42e53;
color: white;
}