From 762a875a5362ef27763165a456c376d5dcdfd195 Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Fri, 29 Dec 2023 17:24:13 +0100 Subject: [PATCH] Completed exercise 01 --- 01-flex-center/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/01-flex-center/style.css b/01-flex-center/style.css index e35feac..52dbe94 100644 --- a/01-flex-center/style.css +++ b/01-flex-center/style.css @@ -3,6 +3,9 @@ border: 4px solid midnightblue; width: 400px; height: 300px; + display: flex; + justify-content: center; + align-items: center; } .box {