Skip to content

Commit

Permalink
add task solution 20.08
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr committed Aug 20, 2024
1 parent 26b8136 commit 04a1e97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
src:
url('./fonts/Avenir-Book.ttf') format('truetype'),
url('./fonts/Avenir-Heavy.ttf') format('truetype');
font-weight: 400;
font-weight: 300;
font-style: normal;
}

.body {
font-family: Avenir, sans-serif;
font-weight: 300;
font-size: 16px;
box-sizing: border-box;
}
Expand Down Expand Up @@ -52,6 +51,9 @@ input:hover {
}

input:focus {
background: linear-gradient(180deg, #fff 0%, #f6f6f7 100%);
background: linear-gradient(180deg, #fff 0%, #f6f6f7 100%)
url('./images/Search.svg') no-repeat left center;
background-size: 19px 19px;
outline: none;
color: inherit;
}

0 comments on commit 04a1e97

Please sign in to comment.