Learning Challenge
HTML/CSS Assessment
Question
-
When they ask for a grid layout for 600px or greater, I’ve seen some forms where it’s like a flexbox layout which is what I feel I have (a stack of rows) and I’ve seen some that have a grid layout where you have rows and columns eg Name and Biography would be in the first column and Email and Biography would be in the second column. Is it safe to assume that the assessment is asker for the latter and not the former?
-
I’ve found lots off use CSS elements in MDN web docs. I actually formatted and styled the form using most of what I got out of the lecture readings and videos. I’m noticing that the CSS elements on MDN web docs are easier to use such as .grid, .card, .container etc. I did not use any of these in my CSS but my outcome seems pretty similar to what’s being asked for. Should I go ahead and rewrite everything with the elements I’ve found in MDN web docs?