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 51de07f commit 0251e88Copy full SHA for 0251e88
site/index.html
@@ -99,5 +99,10 @@ <h1 class="title">
99
{:body {:items (jdbc/execute! db ["SELECT * FROM items"])}}))</code></pre>
100
</div>
101
</section>
102
+ <footer class="footer">
103
+ <div class="content has-text-centered">
104
+ <p>Created by James Reeves (2025)</p>
105
+ </div>
106
+ </footer>
107
</body>
108
</html>
site/style.css
@@ -16,10 +16,19 @@
16
height: 92px;
17
}
18
19
-.hero .hero-body {
+body {
20
+ background: #14161a;
21
+}
22
+
23
+html, .hero .hero-body, .footer {
24
background: #292929;
25
26
27
+.footer {
28
+ margin-top: 3rem;
29
+ padding-bottom: 3rem;
30
31
32
.nav-buttons {
33
margin-top: -22px;
34
0 commit comments