From 64bf6b168751f47c0b45cc5b1143d4bf718464cc Mon Sep 17 00:00:00 2001 From: StayinHazey Date: Fri, 19 Nov 2021 11:24:14 -0700 Subject: [PATCH] Fixed Typo, accidental 2nd ; on align-items --- flex/04-flex-information/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/04-flex-information/style.css b/flex/04-flex-information/style.css index e4e1b98..80c00fd 100644 --- a/flex/04-flex-information/style.css +++ b/flex/04-flex-information/style.css @@ -20,7 +20,7 @@ img { right: 0; height: 52px; display: flex; - align-items: center;; + align-items: center; justify-content: center; background: #eee; } \ No newline at end of file