icons/github.png
icons/github.png
This is a binary file and will not be displayed.
+6
index.html
+6
index.html
+15
style.css
+15
style.css
···
29
color: rgb(0, 0, 255);
30
}
31
32
+
#github {
33
+
position: fixed;
34
+
bottom: 10px;
35
+
right: 10px;
36
+
}
37
+
38
+
#github img {
39
+
width: 20px;
40
+
opacity: 0.4;
41
+
}
42
+
43
+
#github a:hover img {
44
+
opacity: 0.6;
45
+
}
46
+
47
#search {
48
visibility: hidden;
49
position: fixed;