Bagaimana Menyelaraskan Divs berturut -turut

div {
	display: flex;
  	align-items: center; /* aligns all the items vertically centered */
  	justify-content: center; /* aligns all the items horizontally centered */
}
dead.dev