There is a task for this button:
do this hover effect:
those. in fact, just changing the background and text. Because the button must perform some function, then it really is a button, the picture of the letter is a picture attached to it, and the inscription is made using the label tag. Code for clarity:
<form action=''> <button id='feedback-mail' type='submit'> <img src='img/conatcts-feedback-mail-img.png'> </button> <label for='feedback-mail'>обратная связь</label> </form> Since the label is not part of a button, I cannot apply the desired color to it. Please tell me how it is done correctly. Thank you.