0
Q:

center image inside flexbox

.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box img {
  width: 100px;
  height: 100px;
}

<div class="box">
  <img>
</div>
0

New to Communities?

Join the community