From f2158b814e7b77a95491b4eef20e63c528103383 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 27 Dec 2025 15:09:50 -0800 Subject: [PATCH] feat: footer --- src/app/footer/footer.css | 10 ++++++++++ src/app/footer/footer.html | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/app/footer/footer.css b/src/app/footer/footer.css index e69de29..60e6fa8 100644 --- a/src/app/footer/footer.css +++ b/src/app/footer/footer.css @@ -0,0 +1,10 @@ +footer { + background-color: var(--color-secondary); + color: var(--color-primary); +} + +@media screen and (max-width: 300px) { + .hide { + display: none; + } +} \ No newline at end of file diff --git a/src/app/footer/footer.html b/src/app/footer/footer.html index 28c0d7d..247dd40 100644 --- a/src/app/footer/footer.html +++ b/src/app/footer/footer.html @@ -1 +1,11 @@ -

footer works!

+ \ No newline at end of file