Day: October 20, 2020

  • Basic Flex Layout

    This site is a great reference to flex: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-background Below I have a basic 2 column centered layout. The basics are: The body: The important part is to not set it’s height to 100% otherwise if the window is shorter than the content, you won’t be able to scroll to the top or bottom. The…