Radio and checkboxes issue

Tell us what’s happening:
The radio and checkboxes do not align properly, I want the boxes on the left and content on the right. Please help

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:
https://codepen.io/furqansddq/pen/mdOLvXN
https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-formClick here to view the code

@furqzain000 Input tag is a self closing tag. You don’t need to put closing input tag.And place your text in label tag then your checkbox and radio button will be properly align.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.