header

by Jason Park

HTML

<div style="display: flex; align-items: center;">
  <div style="width: 30px; height: 30px; background-color: red">
  </div>

  <div style="flex: 1; background-color: lime">
    TEST
  </div>
</div>