+ 5
How do I make the search button go up?
Here's my code: https://code.sololearn.com/WhQlR02TC2hj/?ref=app I want it so that the search icon isn't seperate when I hover over it. You'll get it once you see the code. Thanks to anyone who helps! 😊
4 odpowiedzi
+ 1
I have commented above the part that I have changed
If it doesn't look good in your device try changing the value
https://code.sololearn.com/WjA5ZXvy1Me5/?ref=app
+ 7
Mario Thanks!
+ 6
Calviղ Still doesn't seem to move
+ 3
Make more room on search box when hover
.search-box:hover {
width: 360px;
}