HI all,
Thanks for reading!
My survey form challenge link is: https://codepen.io/Nekomimi-YT/pen/WNMvpXQ. I’m passing all the tests, but when I attempt to submit my link at FCC, it gets stuck at 40%. Ideas? Upload attempts with Chrome and Safari.
As well, I’m practicing now with flexbox. Two issues:
- In order to make the columns in my rows line up, I’ve added margin padding. I have a feeling it’s not a very stable solution. ??
- I wanted to try and make the page small-screen friendly. Below 600px, instead of 2 columns, I wanted just one. However, even when I change the function of .row class in the media query area, I can’t get everything into one column. When I remove .row from the normal flow, it lines up. (Which is why I thought manipulating .row in the media query was the answer) Adding display.block or display:flex with columns in the outer container does nothing. Stumped for sure.
I appreciate any ideas . Thank you in advance!