reading-notes

Reading Journal

This topic matter because flexbox saves time when it comes to designing a webpage due to its user friendly syntax and ease of execution. It’s important to have a website that is properly organized and formatted and flexbox helps with this. Flexbox is also supported across many browsers which aids in useability. In order to have a page fit multiple screen types with relative ease, flexbox is the go to tool.

Reading

Learn CSS - Flexbox

1. Flexbox is designed for one-dimensional content. Explain what this means.

2. Explain the difference between the main axis and cross axis.

3. How can using certain properties of flexbox negatively impact accessibility?

CSS Layout - Flexbox

1. What are some advantages of using flexbox over float?

2. How does this topic connect with your long term goals?

Things I want to know more about.

I want to learn more about flexbox. It seems like a really useful tool that would make web designing much simpler and quicker too.