Question about Build a Survey Form

Hello, I’ve recently started on Responsive Web Design and I’m currently doing the Survey Form demo project, but I’ve got a question…

The objective is to build an app that is functionally similar to the one shown in the link, does that mean that it also has to be…on theme, for the lack of a better word? As in, a survey about freeCodeCamp? Or can I choose a different theme, like videogames?

Thank you.

1 Like

Hello,
I worked on that project before and no, your work does not have to be identical to the one shown in the link, you can customize it however you like but keep in mind that there are requirements and tests that you have to respect to complete the project

Thank you, sorry for the late response. I’ve just picked a background image for this project but it’s way, way too big, and it only shows like 60% of the full picture. I don’t recall learning about a way (so far) to adjust the size of the background image to adapt it to the page. Should I bother with that? If so, how do I change its size?

Right now I’m using the rules attached to the body of the page shown in Instructions as a placeholder (will change later), changing the background image to the one in:
https://cdn.mos.cms.futurecdn.net/krniDkpHJKbzdmM3bBCzeK-1920-80.jpg

Thank you

Hi there,

You can change the size of the background image by using the background-size property

More on:

https://www.w3schools.com/cssref/css3_pr_background-size.php