Survey page Valentine`s Bakery

Feedback please

too much css?

[survey page](https://codepen.io/roeland-trauwaen/pen/OJVQdvV)

Your page looks good @roeland. Some things to revisit;

  • <head> </head> are elements that are part of the boilerplate. They would not, and should not, ever appear in the <body>. If you run your HTML code through the W3C validator you’ll see it throws an error. There are a couple of things you can clean up too.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Change the cursor to a pointer when hovering over the submit button
  • Make the submit button look like a button instead of a bar
1 Like

Thanks so much,

Hope you and your family and friends are good in this Corona times.

1 Like

Hi,
Looks great! I was bored so I changed some stuff on there.
https://codepen.io/ryanhuang13/pen/qBdLNvr

1 Like

Yeah,@RyanHuang06 like the shadow.

Thanks