From 72f842723290c9984ca29445ffa30d961c9db693 Mon Sep 17 00:00:00 2001 From: Mayank kestwal <32617795+Mayankkestwal10@users.noreply.github.com> Date: Tue, 8 Oct 2019 19:11:13 +0530 Subject: [PATCH] gradient for bg --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 27e4f27..20fae8b 100644 --- a/style.css +++ b/style.css @@ -19,9 +19,9 @@ h1{ box-shadow:4px 4px 5px #888888; } body{ - background-color:rgba(120, 101, 101,0.2); + background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); } img:hover{ transform:scale(1.1); /*transform:skewX(10deg);*/ -} \ No newline at end of file +}