Survey Form

How can I import my image to the background of the survey form? Does anyone know ?

Hi @chingtangwang2688212

Youll need set background-image: url(“star.gif”) in the HTML element you want to have an image background. Check that property out on W3Schools or MDN.

Happy coding!

I also finished a long time ago here it is, you can check mine and give me your remark https://codepen.io/hanabi-fumetsu/live/yLoWaMG[Symphorien’s SurveyForm ]. As for your project, I think it would be better if you changed the font size by making it a little bigger and changing the size of your input .

1 Like

i completed my survey form, let me know what you guys think of it!

2 Likes

The design looks great!
But I think you could space out the letters of your heading a little more. The letters are so close together it makes it hard to read.

in the label tag u should give all these ids(i.e id=“name-label”, id=“email-label”, and id=“number-label” )
to the corresponding labels,.

1 Like

Gracias asĂ­ lo hago.