What do you think of Survey Page? (mobile/cell phone))

Hello World, what do you think about my tribute page? (I Just finished making the version for mobile, and want you guys’ opinion on it before I add on more features in the versions for tablet and PC)

Link to Page: https://codepen.io/zinzc/pen/OJNbZwY

I just viewed on a phone, and it looks very good. Good luck designing it for bigger screens!

1 Like

You’re off to a good start @erio. Couple of things 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 be aware of and address.
  • Don’t use <br> to force line breaks or add spacing. That’s what CSS is for.
1 Like