Flex box link

PHOTO EMBED

Fri May 21 2021 20:01:42 GMT+0000 (Coordinated Universal Time)

Saved by @shihor #css #flexbox

.container {
  display: flex; /* or inline-flex */
}
content_copyCOPY

https://css-tricks.com/snippets/css/a-guide-to-flexbox/