i created my survey form …i used freecodecamp content but built it my own way… please tell me what you think of it
Pretty well done. I would only make some small changes like:
#1 move your inline styling in <body style="background: #C0C0C0;">
to general css styling
#2 in a media query i would increase the width: 60%;
in form css to something like 85% because you are wasting 40% of your display space and on a smaller screen (mobile) it counts
thanks for your response i tried styling the background in the external css but it isnt working… that why i use the inline css…pls help me look at the code nd check why the external css styling for the background isnt working