I would really appreciate some feedback on my responsive Form. it is an order form to build your own Sundae from a fictional Ice shop. Here is the link: https://codepen.io/jaymill/full/VwmeOzM . Thanks in advance for your analysis and feedback.
There are HTML coding errors you should be aware of and address.
Since copy/paste from codepen you can ignore the first warning and first two errors.
Codepen provides the boilerplate for you.
Click on the gear in the upper left of the CSS editor. In CSS Base you should have (could have) chosen Normalize. See more in codepen’s official documentation. It’s a good idea to familarize yourself with any IDE you use so you minimize the work you have to do to be productive.
Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.