From 7498669bcc2455a755594ce4b5e74e8451aa2276 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Tue, 1 Mar 2022 08:04:27 -0400 Subject: [PATCH] add an align-content property with a value of space-between #593 --- flex/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/style.css b/flex/style.css index 67d083d..abf1933 100644 --- a/flex/style.css +++ b/flex/style.css @@ -40,7 +40,7 @@ h1 { } #between { - + align-content: space-between; } #around {