From cda8d2fe1b3543f64f26ccad6c91b0b5db7087cd Mon Sep 17 00:00:00 2001 From: Parker M Date: Fri, 18 Aug 2023 22:36:47 -0500 Subject: [PATCH] Remove project --- index.html | 11 ----------- style.css | 6 +----- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/index.html b/index.html index 475ea2d..721fae0 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,6 @@ -

PeakPass

@@ -88,16 +87,6 @@ Source Code

-
-

elijahmvaldez

-

- Elijah Valdez is an independent American singer, songwriter, and producer. This website was created to promote the artist's music and social media as well as their online store. -
-
- Source Code - View Site -

-

VaultCheck

diff --git a/style.css b/style.css index 6837cf8..7545c19 100644 --- a/style.css +++ b/style.css @@ -302,15 +302,11 @@ header h2 { left: -300%; } -.slider__nav:checked:nth-of-type(5) ~ .slider__inner { - left: -400%; -} - .slider__inner { position: absolute; top: 0; left: 0; - width: 500%; + width: 400%; height: 100%; -webkit-transition: left 0.7s; transition: left 0.7s;