I am trying to fix my HTML/CSS for the checkbox area for my FCC Survey project and im having a ton of trouble getting my checkboxes to go in a horizontal line without the words being under the checkbox. Originally, I used < br > to make it look how I needed but luckily, I was told that was incorrect. I want to make sure I am writing code properly but after all my googling, I am 100% confused.
At this point, I know I need to add extra code. I only included “display: block;” because im hoping I may at least be on the right path. Im also hoping I cleaned up my HTML to look better. Im sorry I don’t have a “before” and “after” to show you guys.
CodePen Link: https://codepen.io/xCalypsoCodes/pen/LYWWYEX
Any suggestions?