diff --git a/css/home.css b/css/home.css index 5d5fc30..6aa60c5 100644 --- a/css/home.css +++ b/css/home.css @@ -104,6 +104,6 @@ font-size : 1.5em; } .morethanhalf { -text-align : end; -color:black; + text-align : end; + background: linear-gradient(90deg,rgba(136, 0, 255, 1) 0%, rgba(255, 78, 0, 1) 42%, rgba(255, 191, 62, 1) 100%); }