In the website below website’s layout in the navigation,when hovered on the buttons it rises up and when the mouse is taken away it sinks down,how to do it either in css or other ways ?
In the website below website’s layout in the navigation,when hovered on the buttons it
Share
You can do it with plain CSS:
Note how both
padding-bottomandheightare changed to give the illusion that thedivis expanding ‘upwards’.