Example 1: Basic `justify-between`

This example shows a common use case for `flex justify-between`: a header with a logo on the left and navigation links on the right.

Website Header

MyLogo

The `div` with `MyLogo` and the `nav` element are direct children of the `flex` container. `justify-between` pushes them to opposite ends.

Website Footer

© 2023 MyWebsite
FB TW IG

Similarly, copyright info is pushed left, and social links are pushed right.