diff options
Diffstat (limited to 'desk/web/layout/footer.hoon')
-rw-r--r-- | desk/web/layout/footer.hoon | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/desk/web/layout/footer.hoon b/desk/web/layout/footer.hoon new file mode 100644 index 0000000..dd12b8e --- /dev/null +++ b/desk/web/layout/footer.hoon @@ -0,0 +1,22 @@ +=< html +|% +++ css ^~ %- trip +''' +body>footer{ + text-align: center; + background: #181818; + color: rgba(255, 255, 255, 0.6); + padding: 0.5rem 0; + font-size: 90%; + letter-spacing: 0.5px; + border-top: 2px solid rgba(0, 0, 0, 0.15); + text-align: center; +} +''' +++ html + ;footer + ;style:"{css}" + ;div:"©︎ Spandrell 2011-2024 All rights reserved." + ;p:"Powered by %kaji" + == +-- |