Hi everyone, I’d like to share my survey form project. I’d like to know what do you think about the colors, the overall code. Any tips and suggestions are more than welcome.
Your form looks good @christmed. 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>’
Thank you for the feedback! I have corrected my mistakes. Just one question, is W3C validator outdated? it’s showing me an error on the margin-inline propery of my CSS code.
How about now? Regarding the W3C validator, I switched to CSS to check if I had any errors and turns out I have the following error:
"Error margin-inline Property doesn’t exist.