Ustawienia kontenera
Podgląd
1
2
3
4
5
Kod CSS
.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 10px;
}