node created 2016/01/22
 3 years ago

align horizontally and vertically

.center {
	display: grid;
	place-items: center;
}