From 8da4fac381917036cc69d655670ed7f565b0dd8a Mon Sep 17 00:00:00 2001 From: MajorDroolz Date: Sat, 17 Dec 2022 21:36:16 -0500 Subject: [PATCH] Added a side bar to access the parts of the site for mobile users. --- home/index.css | 4 ++-- home/index.html | 58 ++++++++++++++++++++++++------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/home/index.css b/home/index.css index bc63ba4..a455f3c 100644 --- a/home/index.css +++ b/home/index.css @@ -122,7 +122,7 @@ nav { } .fade-text::before { - content: attr(data) " " attr(data) " " attr(data) " " attr(data) " " attr(data) " " attr(data) " " attr(data); + content: attr(data-t) " " attr(data-t) " " attr(data-t) " " attr(data-t) " " attr(data-t) " " attr(data-t) " " attr(data-t); font-size: calc(min(12vh, 16vw)); line-height: calc(min(11vh, 14vw)); font-family: "Open Sans", sans-serif; @@ -249,7 +249,7 @@ nav a:nth-child(7) { animation: nav-enter 2s 600ms var(--timing) backwards; } /*----------------------------------------------------------------------------*/ -section { +article { margin-bottom: 200vh; background-color: var(--color, transparent); } diff --git a/home/index.html b/home/index.html index 02da93d..0da0e41 100644 --- a/home/index.html +++ b/home/index.html @@ -11,51 +11,51 @@ -
- - +
- - - \ No newline at end of file + + + + + \ No newline at end of file