please assess: https://codepen.io/zortron756/full/mdVMjLp
Hi,
I forked your pen and added some comments and code for you. I hope it helps!
A Pen From Judithđ
Nice work here @church_craig, and thanks for the helpful input @jrohatiner â youâve provided some useful tips and techniques.
This is a pretty free-form assessment, and there really isnât a totally right or wrong answer here.
For the question about about making your labels and inputs line up nicely, Iâd suggest using something a bit more modern in terms of layout techniques. Flexbox is ideal.
For the question about adding a reset, I was thinking of something like the one discussed in this section here: Images, media, and form elements - Learn web development | MDN
Although I appreciate that this is in a different learning module, and I should probably reference it more explcitly from the styling forms content in the forms module
You can see the CSS I used in our âofficialâ answer here: learning-area/html/forms/tasks/styling-basics/marking.md at main ¡ mdn/learning-area ¡ GitHub