Hello everyone. I’m currently working on building a survey form challenge. My code passed but I’ve encountered a problem with aligning the radio and checkbox button with the text in CSS. I’ve used “vertical-align: middle;” like the instruction but somehow they did not turn out to be aligned. I’m not sure what is the problem here. Please help me figure it out. Thank you so much.
after an initial skim at it, it seems to me ‘label’ could do some ‘styling’, i tried ‘flex’ it shows up like this, not sure if that’s your liking or not!! feel free to explore at this notion or some other means!! happy learning
Hi bappyasif. Thank you so much for your reply. I have tried your solution and it did fix my issue. However, I still have a question regarding your code. What is the meaning behind typing “label” twice? I’ve tried typing it once and it turned out messy.