I'm considering the functionality of my code.
I am interested in creating a slide toggle effect on a div or span when hovering over an input submit button. Here is an example:
https://i.sstatic.net/pBSK8.png
What is the best approach to achieve this? Should I insert a span before the submit button?
Alternatively,
Could I add content using .submit:before
instead?