These are what I have so far for the first two projects. I had to google a lot of the CSS stuff and use other people’s projects as reference points. I had no idea what I was doing with the CSS section and only got through these by looking at other people’s works.
Any feedbacks? Am I tackling these projects correctly?
There are HTML syntax/coding errors you should be aware of and address.
Since copy/paste from codepen you can ignore the first warning and first two errors.
User’s should be able to click on the label to toggle a selection, not just the radio button / checkbox. (This is not working correctly for the radio buttons)
Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.