@media (min-width: 900px) {
    .container {
        display: flex;
        justify-content: space-between;
    }
}
by Valeri Tandilashvili
4 years ago
CSS
properties
Flexbox Tutorial (CSS): Real Layout Examples
1
Pro tip: use ```triple backticks around text``` to write in code fences