Survey Form Project complete

Hey guys, I just completed my survey form project! Let me know what you guys think. Feedback is appreciated :slight_smile:

Link: https://codepen.io/MellyX-The-Dev/pen/MWKjEjy

1 Like

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

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (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.
    • The link to the font goes in the box labeled ‘Stuff for <head>’

Speaking of fonts, maybe select a font from Google fonts and use it. The fonts you have declared (Aharoni, Euphemia) you may have loaded on your machine but probably most people don’t (I don’t) so they won’t see your page the way you want.
Side note, there is no backup font called sans-sans-serif

1 Like

Thank you so much for the feedback! I’ll definitely consider using google fonts next time :slight_smile: