Survey Form Project - I need some feedback

Hello everyone!
I just finished my survey form project. I tried my best to make it responsive and I would really appreciate any feedback for it.
Here is the project: https://codepen.io/bogdan-leica/full/oNbYqvP
I know the background repeats on iPad Pro but I really dont know what to do about that. Maybe you guys can help me :slight_smile:

2 Likes

I am viewing on an Iphone SE (the old one) and it looks great. I am not a professional but it looks very good.

1 Like

Add the code below to your body declaration.

background-repeat: no-repeat;
  background-attachment: fixed;

Other than that, I don’t have any other improvements. The page looks good.

1 Like

Hi! Thanks for your feedback, i really appreciate it.

Hi!
Thank you for the advice, it actually worked!

Form looks okay @BTheory. Something to revisit;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.