From 6548bb83226e016b4d4bbffb31eca16c3fce47b8 Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:52:20 -0400 Subject: [PATCH] change headbar --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index c012183..42fe8eb 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,7 +14,8 @@ z-index: 999; width: 100%; padding-top: 17px; - background: #000; + background:linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); +; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s;