I find a issue while running this page on mobile phone .
Background-Image of survey form is not visible in background in mobile phone but it is present on other devices. Please help me solve out this problem
visit this link and provide me your feedback and please help me too.
Thank you!
Your form looks good @tanyatomar98. Some things to revisit;
Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
The link to the font goes in the box labeled ‘Stuff for <head>’
Don’t use <br> to force line breaks. That’s what CSS is for.
Change the cursor to a pointer when hovering over the submit button
Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
The one for HTML misses things which is why I recommend W3C
The one for CSS is good. Use it, there’s something to clean up.