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
Hello there.
Some things to note when using CodePen:
- CodePen does not expect any content outwith the
body
tags. - All
meta
,link
, andscript
information must be put in thesettings section of the HTML editor.
- You do not need to/cannot link the CSS in your HTML, if you place the CSS in the appropriate section.
- If your project uses React, use the Babel preprocessor, and link the CDN in the appropriate
section.
- 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