Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)


What links here:

CSS Flexbox

Original source: https://www.internetingishard.com/html-and-css/flexbox/

Flex container groups flex items. Every HTML element that’s a direct child of a flex container is an “item”.

To create flex container, add display: flex.

On container:

On items: