From 5bf658a4ff3b0dd453d494ae27c91ea13342b23a Mon Sep 17 00:00:00 2001 From: Tuhin Chandra Date: Wed, 17 Apr 2024 11:09:25 +0530 Subject: [PATCH] Refactor background color and gradient in style1.css --- Job Search/style1.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Job Search/style1.css b/Job Search/style1.css index 804437d..f093228 100644 --- a/Job Search/style1.css +++ b/Job Search/style1.css @@ -1,9 +1,11 @@ -*{ - background-color: #f5f5f5; +body{ + /* background-color: #f5f5f5; background-position: center; - background-size: cover; - + background-size: cover; */ + background: rgb(207,221,221); +background: linear-gradient(135deg, rgba(207,221,221,1) 12%, rgba(255,255,255,1) 57%, rgba(207,221,221,1) 92%); } + .jobs-list-container { max-width: 900px; margin: 20px auto; @@ -34,6 +36,7 @@ display: flex; flex-direction: column; transition: all 400ms ease; + border: 1px solid black; } .jobs-list-container .job:hover {