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 {