Hey everyone,
Hoping to get some feedback on my survey project.
Please have a look at let me know what you think, if you can.
https://codepen.io/battlelemon/pen/NWboeLx
any feedback is greatly appreciated!
Hey everyone,
Hoping to get some feedback on my survey project.
Please have a look at let me know what you think, if you can.
https://codepen.io/battlelemon/pen/NWboeLx
any feedback is greatly appreciated!
Your form looks good @battlelemon. Some things to revisit;
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.
A couple of things to help with responsiveness;
* {
border: solid 1px red;
}
Roma, thank you for your reply… sorry about you having to repeat yourself in regards to the boilerplate.
Will work on the stuff you pointed out and thanks again.
Hi,
It looks great but I don’t think you need a div element on the form itself between each question. That is what is causing the background colour to show in between each question.
Thanks,
Hannah
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.