Exercise 1
The challenge for this exercise for me, lied in how I would recreate the design such that it matched the given image. It was tricky sizing the boxes, but the final product turned out satisfactory.
Exercise 2
This exercise was pretty easy, I was really surprised at how quickly I completed it.
Exercise 3
This one was also pretty easy, and after completing this one I decided to take a break so as not to overwork my brain.
Exercise 4
This exercise was rightfully more challenging, with the main hurdles being: how should I tackle the html? and sizing. I chose to lay out my HTML alphabetically, and rearrange the boxes via CSS. This made more sense to me because the HTML should always be semantic, which to me not only speaks to using the proper tags, but also to laying out the content in the proper order. Having the boxes in the order "A, B, E, C, D" in the HTML does not read properly, but that might just be me. It was hinted at that I was overthinking this point, so jury's still out on that 🥴.
Exercise 5
The final task. This exercise, after having done the previous one, was pretty much smooth sailing. What gave me the most trouble was properly sizing row 2, because my boxes were acting funny due to the given padding, but the trusty Chrome dev tools came through in the end.