CSS Flexbox Generator
Set the flex container properties and watch the layout react live, then copy the CSS. Only the properties you change from their defaults are written out, so the output stays clean. It all runs in your browser.
.container {
display: flex;
gap: 16px;
}