Thank you! What about classes that don't exist? Using your instructions, there is "submit-hover-color" for the submit button, but no hover class for form fields. Suggestions? Many thanks.
Whether there's already CSS for hover or not, the pseudo classes exist. To create a hover class, you take the base class and add ::hover to it like this: .base-class::hover. Here's a link to a good explanation of pseudo classes: https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
Thank you!
Please login or Register to submit your answer