very new to coding. So here is where I got stuck. It tells me to remove the min-height declaration from the input, textarea selector, but as far as I can tell, I did that already.
TASK:
Step 56
You want the select element to remain with a white background, but now it is not getting the same min-height as the input and textarea elements.
Move the min-height property and value so that all three element types have the same min-height value, and the select element still has a white background.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Also, while it is best practice to have semi-colons at the end of every line, they are technically not needed for the last property in the ruleset, so those missing semi-colons are not an issue here.