Tell us what’s happening:
I cant make web responsive like you, when the width of screen down below 1000px, all elements start descending size.
Can you teach me how to do that?
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.50
I cant see your code due to it exceeding the maximum length.
You can edit your post to trim it down or to add code in a reply use a back tic ` before and after a code line.
If you are trying to prevent elements from shrinking when the viewport changes, you can use a min-width in your CSS file.
For example if you place a min-width and a max-width on the body element
and centre it using either flex or auto margin,
any changes to the viewport will not alter the content layout, making it seem as if a paper form was scanned.
i want my survey form look like freecodecamp page, i downloaded css file and looking for information from that, they always use "width: 100%; " for all elements and container, i am trying something new.
Thank you anyway! Have a nice day.