Skip to content

Commit

Permalink
Merge pull request #3 from PranveeVashisht/pranii
Browse files Browse the repository at this point in the history
Fixed  css file
  • Loading branch information
Pranvee12 committed Oct 12, 2022
2 parents 8d4f50f + 485ab05 commit 71440d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wms.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ body{


.search-box {

top: 65%;
left: 65%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #2f3640;
height: 80px;
height: 40px;
border-radius: 40px;
padding: 10px;
}


.search-box:hover > .search-txt {
width: 400px;
Expand Down

0 comments on commit 71440d2

Please sign in to comment.