Wine Club Survey - Survey Form Project

Hi everyone, :smiley:

I have just finished my Survey Form Project!

And I would really appreciate it if you give me some feedback on it. What can I do better the next time?

Thanks a lot for all your help!

Hi,

I think it is really good. The link you shared to codepen doesn’t have the same background color as the screenshot. I personally prefer the background in the screenshot though.

Thanks,
Hannah

1 Like

Thank you, @hannahro15 ! =)
You’re right, the background changes sometimes and I have no idea why it happens. :grimacing:
I will check my code to see if I can find out the reason. Thanks!
Cheers!

Your form looks good @fernanda_ricciardi. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • For instance links to fonts go in the box labeled ‘Stuff for <head>’
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.