Survey Form Feedback Required - Beats Buffet

Hey Campers!

Any feedback for my Survey Form would be greatly appreciated.

https://codepen.io/MidnightSwami/pen/XWrBRbw

I really struggled with the CSS on this one so if you have an ideas of how I could have formatted it better please let me know.

I’m working my way to building a website for my friends lo-fi chill hop channel as a gift for xmas, the logo links to the YouTube channel if you want to check it out :v:t4:

Thanks!

Hi @MidnightSwami, your form looks okay. Some things you may want to revisit;

  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • You have typo’s in CSS that affect how your page displays
  • make it so user’s can click on the labels for radio buttons. Currently only the ‘T Shirt’ label is clickable, you’ve misplaced the others.
  • Don’t use in-line styling. Use external CSS for all your styling
    • With that train of thought, there are other ways to group your checkboxes and radio button without using unordered lists. Much cleaner too.
  • change the cursor to a pointer when hovering over the submit button
  • the logo doesn’t display and you didn’t use the required alt attribute

Really nice!
I like the simple, yet creative designs you put in this.
You picked a nice font and the colors make a great combination. Great job.