Would love some reviews about my survey test

Hello everyone,

It’s my first time posting here, in fact it’s my first time interracting with the dev community and I am kind of (really) nervous.
So I finished my survey text but I am struggling whith media querry. I can’t center my surveyform correctly in mobile device.


#projectfeedback

I would love your help to figure out where is the issues.

Please note that english is not my first langage and I am pretty sure that there’s a lot of mistakes in this post and in my page, feel free to feed-back me, I am here to improve in all levels.

Thank you for reading me and good day to you all

Welcome to the forums @MarwaMj. Your form looks good. Some 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.
  • User’s should be able to click on the label to select, not just the radio button / checkbox. Maybe review the lessons on adding radio buttons and checkboxes and nesting as well as the label's for attribute and the input's id attribute.
  • change the cursor to a pointer when hovering over the submit button