DEV Community

Discussion on: freeCodeCamp Project Done #2: A Survey Form

Collapse
 
joblessnigga profile image
Alakowe

That's good to know.
I also need your help on form layout, as a newbie that I am. How can I make the form section have its own background, separate from the general background for body/html?

Thank you.

Thread Thread
 
babib profile image
𝐁𝐚𝐛𝐢 ✨

Well you could create a div/section for the form and allocate the desired background image/color for that section in the css style sheet. Please check my code for clarity. I do hope it's helpful 😊