.row {   width: 100%;   display: flex;   flex-direction: row;   justify-content: center; } .block {   width: 100px; }

Read more of this post