I am centered!
.container { height: 200px; display: flex; align-items: center; justify-content: center; } .item { width: 10em; }
I am centered!