Assessment wanted for Styling basics 1 skill test

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😃

1 Like

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 :wink:

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

1 Like