From d435c8bf1654ce304d459d43609544d869bcb146 Mon Sep 17 00:00:00 2001 From: HNTech Date: Sun, 8 Oct 2023 19:25:30 +0300 Subject: [PATCH] changed bg --- style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 187bc63..dd48d82 100644 --- a/style.css +++ b/style.css @@ -24,11 +24,14 @@ font-variant: normal; text-transform: none; } - body { - background: rgb(2,0,36); -background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 70%, rgba(0,212,255,1) 100%); +body { + background: rgb(7,2,110); +background: -moz-linear-gradient(93deg, rgba(7,2,110,1) 2%, rgba(0,15,144,1) 14%, rgba(0,52,170,1) 26%, rgba(10,97,200,1) 85%, rgba(3,53,112,1) 93%); +background: -webkit-linear-gradient(93deg, rgba(7,2,110,1) 2%, rgba(0,15,144,1) 14%, rgba(0,52,170,1) 26%, rgba(10,97,200,1) 85%, rgba(3,53,112,1) 93%); +background: linear-gradient(93deg, rgba(7,2,110,1) 2%, rgba(0,15,144,1) 14%, rgba(0,52,170,1) 26%, rgba(10,97,200,1) 85%, rgba(3,53,112,1) 93%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07026e",endColorstr="#033570",GradientType=1); } - + #bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 23px;