From 55188dc1c0523cb15cb7a17e2002455bc68b3974 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Fri, 4 Mar 2022 19:14:27 -0400 Subject: [PATCH] Add a justify-content property with the value that centers the items in the container #636 --- toDoApp/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/toDoApp/style.css b/toDoApp/style.css index 1044970..af1707b 100644 --- a/toDoApp/style.css +++ b/toDoApp/style.css @@ -53,6 +53,7 @@ body { height: 125px; padding: 10px; display: flex; + justify-content: center; } .day.square {