Here is my Survey Form- Project 2 please tell me what you think

Hi guys here is my Survey Form Project, still lacking design and inspiration.

Wasn’t able to center submit button to the center using the current code.

https://codepen.io/lukemersh/full/WWRJYo
1 Like

Have you tried setting the display of your button’s css?

I think i have, i used the attribute selector [attrb] but it didnt seem to move it.

1 Like

Try adding one line at the top of your button’s css that sets the display to block.

Nice page, but the phone number input is a little akward, because I don’t want to click a few billion times to get my phone number in. try this:
<input for = "phone" type = "phone" id = "phone" placeholder = "phone number">.
that should get you a better input