-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
81 lines (74 loc) · 1.51 KB
/
Copy pathstyles.css
File metadata and controls
81 lines (74 loc) · 1.51 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
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
html{
scroll-behavior: smooth;
}
#firstrow{
text-align: center;
padding-top:15vh;
padding-bottom: 30vh;
background-color: #18bc9c;
color: #fff;
}
#secondrow{
padding-top: 35px;
padding-bottom: 20px;
margin: auto;
color: black;
background-color: white;
text-align:center;
}
#secondrowright{
padding-top: 35px;
padding-bottom: 20px;
margin: auto;
color: black;
background-color: white;
}
#thirdrow{
padding-top:50px;
}
#cir{
border: 1px solid white;
margin-left: 25%; margin-right: 25%;
background-color: black;
opacity: .8;
}
#gifalign{
text-align: center;
padding-top: 30px;
padding-bottom: 20px;
}
#footer{
font-size:30px;
background-color: black;
color: white;
padding-left: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
a:link {
color: white;
}
/* visited link */
a:visited {
color: white;
}
/* mouse over link */
a:hover {
color: white;
}
/* selected link */
a:active {
color: white;
}
.fa-code:hover {
color: grey;
}
.fa-github:hover {
color: grey;
}
.fa-linkedin:hover {
color: grey;
}
.fa-file-alt:hover {
color: grey;
}