Skip to content

Commit

Permalink
add new style sreach bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kader1680 committed Sep 29, 2023
1 parent 808f2be commit 7521acc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,19 @@ header .search-box {
border-radius: 30px;
color: gray;
font-size: 14px;
text-align: center;
padding-left: 5px;
padding-right: 40px;
padding-left: 28px;
}

.search-box button {
cursor: pointer;
width: 30px;
height: 30px;
border-radius: 50%;
border-radius: 0px 15px 15px 0px;
border: none;
position: absolute;
top: 0;
right: 5px;
transform: scale(0.9);
right: -1.5px;
transform: scale(1);
background: green;
}

Expand Down

0 comments on commit 7521acc

Please sign in to comment.