Hi everyone! How should I do line breaks between checkbox and radio button elements without using" <br" tag?
Hi @bemvy !
Inputs are inline elements so you will have to set them to display block and then use the margin property to create space between the elements.
Thank you so much! I tried to do it in one div
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.