Flexbox (CSS alternative)
https://medium.freecodecamp.com/an-animated-guide-to-flexbox-d280cf6afc35#.cgoj535kx
This was a quick read on how Flexbox works, a simple CSS alternative of sorts that can help a user create more fluid layouts. Flexbox allows the user to manipulate the order, orientation, and spacing of the different divs. Five functions are mentioned in this article - (1) Display; (2) Flex-direction; (3) Justify-content; (4) Align-content; and (5) Align-self. To see what some of these look like, you can check out the article where they are animated gifs that demonstrate some of these functions work. Maybe this is something more intuitive that I can use to build simple sites.
This was a quick read on how Flexbox works, a simple CSS alternative of sorts that can help a user create more fluid layouts. Flexbox allows the user to manipulate the order, orientation, and spacing of the different divs. Five functions are mentioned in this article - (1) Display; (2) Flex-direction; (3) Justify-content; (4) Align-content; and (5) Align-self. To see what some of these look like, you can check out the article where they are animated gifs that demonstrate some of these functions work. Maybe this is something more intuitive that I can use to build simple sites.
Comments
Post a Comment