-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
78 lines (69 loc) · 1.58 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
<style>
.space-mono{
font-family: 'Space Mono', monospace;
}
.lexend-mega{
font-family: 'Lexend Mega', sans-serif;
}
body{
height: 100vh;
background-color:#2d3436;
}
div{
cursor: url('piano.ani'), auto;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-github {
background: white;
color: black;
}
.fa-resume {
background: white;
color: black;
}
.fa {
padding: 10px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.navbarcolor{
color:#636e72;
font-size: 25px;
}
.text-color-white{
color:rgba(219, 219, 219, 0.692);
/* color:rgb(219, 219, 219); */
}
#hoverGlow:hover{
color: rgb(71, 36, 4);
text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 25px rgb(0, 255, 179), 0 0 5px rgb(0, 139, 139);
}
.project-card{
background-color: #25292b;
}
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 1.5em; /* Footer height */
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 1.5rem; /* Footer height */
}
.skill-green{
color:rgb(43, 196, 4)
}
</style>