+ 1
Why?!!!
I am not able to align the search bar and search button vertically. One is up, the other one is down. Plz, Help!!! https://code.sololearn.com/Wl5pH52RQqKA/?ref=app
2 Answers
+ 2
maybe position:absolute;
Delete "position: right;" and delete "left:100px; mate
+ 1
Have you tried line-height
Just add
body{ line-height: 1em; }
And
delete position properties from below code