#
What are some advantages of using flexbox over float?
Flexbox can be used to have better control to your element. It has more attributes that can be paired with to control the position of the child elements. Also, since this is applied to the parent element and controls the position of the child elements, it allows for more uniform control between the elements. This will save a lot of headache when trying to align your webpage, and it makes it more accessible to all screen resolutions.
How does this topic connect with your long term goals?
I guess this applies to my long term goal of continues learning. We learned the attribute float before for controlling HTML elements. While it is still useful, we’ve now learned a more powerful and resilient way to control elements in on a web page. This is one of my favorite parts of learning - learning how to do what you are doing, but better and easier!