Categorie
CSS ME

Flexbox center

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