This week we reviewed what floats are and how to use them, and we also looked a little bit into Flexbox and learned about its features.
Having come from a learning background where using floats was the primary way to position content, flexbox provided a much-accepted change. It has a versatility and practicality that make it great for positioning rows and columns of boxes.
Additionally, Flexbox makes it easy to center text, whereas with floating or relative positioning this would have been achievable not without some struggle.
Although we did not go full in-depth on Flexbox or do much hands-on work with it, I look forward to learning about it in Week 5.