CSS Centering with flexbox

PHOTO EMBED

Wed Dec 16 2020 23:39:45 GMT+0000 (Coordinated Universal Time)

Saved by @DBZFYAM #css

.gentle-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1ch;
}
content_copyCOPY

https://web.dev/centering-in-css/