Help responsive form and another question

Hi all guys i need a little help, i’ve created this c-form with atom, i uploaded on codepen but i saw that it is not too responsive in the browser… but if i use the ispect function of the code in google it size right with various device except one the pixel XL, should i use different media queries breakpoint? I have another problem, if i see the c-form in internet explorer or firefox the radio button looks different… how can i fix them? This is the link of my codepen https://codepen.io/AlBibox/pen/GRJzppN Many thanks :slight_smile:

Hello there.

Some things to note when using CodePen:

  1. CodePen does not expect any content outwith the body tags.
  2. All meta, link, and script information must be put in the :gear: settings section of the HTML editor.
  3. You do not need to/cannot link the CSS in your HTML, if you place the CSS in the appropriate section.
  4. If your project uses React, use the Babel preprocessor, and link the CDN in the appropriate :gear: section.
  5. The editors offer the ability to format and analyse your code, providing useful information about forgotten closing tags etc.

If you are still confused with how to use CodePen, please read the official documentation.

Hope this helps

1 Like

Thank u man i’ve triend but it doesnt work