Hello! Having trouble with couple of things on my challenge:
Drop down width. i am unable to make the width/height of drop down similar to other input boxes ----- this is only an issue on Safari not Chrome
Radio and checkbox text alignment. I have tried a bunch of things to get ‘radiobutton’:text in a single line but it always come out to radio button followed by a line break and then the text.
EDIT: Let us not add <br>. I just learned it’s bad practice to do that haha lol
First, you can try adding <br> to your texts: Definitely<br>... Maybe<br> Wiki<br>
Next, you can wrap sections with a <div> element.
This is what I did too for your project then some minor adjustments like the width, height, and display.