We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e28aa commit 22aa550Copy full SHA for 22aa550
index.html
@@ -14,7 +14,7 @@
14
}
15
16
#buttons,
17
- h1 {
+ h1, h4 {
18
text-align: center;
19
color: white;
20
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
@@ -63,7 +63,9 @@ <h1 id="header">Visualization of algorithms and datastructures</h1>
63
<button id="unionfind" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/UnionFind/index.html'">Union Find</button>
64
</div>
65
66
- <div id="footer" class="background"></div>
+ <div id="footer" class="background">
67
+ <h4>By: Kenneth Apeland, Øyvind Skeie Liland og Philip T. Hoang</h4>
68
+ </div>
69
</body>
70
71
</html>
0 commit comments