From 5917d236819509a9cf80799304c0ec63cb3cff7d Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Tue, 7 May 2024 10:00:14 -0400 Subject: [PATCH] Add feature detail 1-4 --- css/style.css | 5 +-- features.html | 96 +++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 74 insertions(+), 27 deletions(-) diff --git a/css/style.css b/css/style.css index cbf76d1..0a2663a 100644 --- a/css/style.css +++ b/css/style.css @@ -38,11 +38,11 @@ footer { font-family: "Nunito Sans", sans-serif; } -.jumbotron p>a, footer a { +.jumbotron p>a, footer a, a { color: #222; } -.jumbotron p>a:hover, footer a:hover{ +.jumbotron p>a:hover, footer a:hover, a:hover { color: white; } @@ -87,6 +87,7 @@ footer { .feature-detail-container { display: none; + transition: display 1s ease-in-out; } #active-feature-detail { diff --git a/features.html b/features.html index 4118bac..4ef2139 100644 --- a/features.html +++ b/features.html @@ -145,27 +145,40 @@ -