From 94637c2dd5fa9222d76a037477ed6230cc8fc48f Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Tue, 1 Mar 2022 07:59:57 -0400 Subject: [PATCH] add an align-content property with a value of center #593 --- flex/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/style.css b/flex/style.css index 6e82b8c..67d083d 100644 --- a/flex/style.css +++ b/flex/style.css @@ -36,7 +36,7 @@ h1 { } #center { - + align-content: center; } #between {