Survey suggestions

https://codepen.io/brycetwoot/pen/VwLRQwx?editors=1100

Any feedback is welcome, ignore the colors I was just messing around. Any suggestions on how to match the number field with the two text fields?

thanks

Welcome back @brycetwoot. Depending on the screen size used your form either looks okay or not okay. Some things to revisit;

  • Make your form responsive. It falls apart on smaller screens
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are errors you need to correct
  • change the cursor to a pointer when hovering over the submit button

You could style them. For instance, give them the same class name and at a minimum style them with the same width.