From c412f927c405d4dd65aa0bbe38d0f89e1b23670e Mon Sep 17 00:00:00 2001 From: Alain Picard <46497761+DevCoder0x0@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:30:18 -0700 Subject: [PATCH 1/2] Update style.css Added "linear-gradient" background color to header. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 64c6241..2cc00a1 100644 --- a/css/style.css +++ b/css/style.css @@ -16,7 +16,7 @@ p { } header { - background-color: #5A83F5; + background-image: linear-gradient(#5a83f5, #032b9b); color: white; height: 150px; width: 100%; From 8b300496fd26a8aa5e6e8068333e0c4846653357 Mon Sep 17 00:00:00 2001 From: Alain Picard <46497761+DevCoder0x0@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:31:51 -0700 Subject: [PATCH 2/2] Update style.css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2cc00a1..a630fc6 100644 --- a/css/style.css +++ b/css/style.css @@ -142,7 +142,7 @@ a { left: 0; bottom: 0; width: 100%; - background-color:#5A83F5; + background-image: linear-gradient(#5a83f5, #032b9b); padding: 10px; font-family: 'Open Sans', sans-serif; color: white;