From 70dbfb7909dba8383ceff08b60cb7671522247a2 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Oct 2020 08:50:19 -0700 Subject: [PATCH] gallery --- data/scripts/footer.js | 3 ++- gallery/gallery.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/scripts/footer.js b/data/scripts/footer.js index 1866c97c..89691954 100644 --- a/data/scripts/footer.js +++ b/data/scripts/footer.js @@ -32,9 +32,10 @@ document.getElementById('footer').innerHTML = `
Home
Card Creator
+ Card Gallery
Ask Urza 2.0
Phyrexian Text
- Life Counter
+ About Me
diff --git a/gallery/gallery.css b/gallery/gallery.css index c8bb7427..301e8767 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -23,6 +23,7 @@ z-index: 1; } .galleryCard > div { + opacity: 0; position: relative; top: -2rem; left: 0;