From 5046c1cb35a92959d3f657b7a348581cb0605e20 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:17:39 -0400 Subject: [PATCH] Ya know... stuff --- css/style.css | 11 ++++++--- index.html | 58 +++++++++++---------------------------------- scripts/features.js | 10 +++++++- 3 files changed, 31 insertions(+), 48 deletions(-) diff --git a/css/style.css b/css/style.css index 0a2663a..efcae4e 100644 --- a/css/style.css +++ b/css/style.css @@ -65,8 +65,10 @@ footer { /* Features Page Styles */ -#feature-jumbotron { - background: #333; +#feature-section { + background: #222; + border: 1px white solid; + } #feature-list { @@ -77,8 +79,9 @@ footer { .feature-list-item { padding: 0.5rem; cursor: pointer; - background: #333; + background: #222; border: 1px transparent solid; + text-align: right; } #active-feature-item { @@ -88,6 +91,8 @@ footer { .feature-detail-container { display: none; transition: display 1s ease-in-out; + border: 1px white solid; + min-height: 100%; } #active-feature-detail { diff --git a/index.html b/index.html index 87747a0..b351e6a 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@