Skip to content

Commit

Permalink
Refactor background color and gradient in style1.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsunny committed Apr 17, 2024
1 parent f69e791 commit 5bf658a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Job Search/style1.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -34,6 +36,7 @@
display: flex;
flex-direction: column;
transition: all 400ms ease;
border: 1px solid black;
}

.jobs-list-container .job:hover {
Expand Down

0 comments on commit 5bf658a

Please sign in to comment.