Hi, would you help me to find an error on my code?
I was reviewing my code with FCC solution and applied its CSS to mine. However, it seems the input boxes (blue arrows) are different sizes. I’d like to make them the same sizes.
I understand the class “form-control” has its style and I apply them also on the dropdown list and the same width size of the text-area and submit button.
- Dropdown list has “form-control” class and there are no other override CSS styles, but the CSS style seems a bit off from “form-control” class like height and width.
- Text-area and Submit Button’s width are set to 100% like others, but different width -.-;
Here is my CodePen URL and below is the screenshot:
Thank you!