cara header pusat horizontal di bagian atas halaman dengan flexbox css

.box.flex {
  display: flex;
  justify-content: center;
}
Repulsive Rhinoceros