From 65ff356743228564e9d357a1b9ec314a6affcb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?= <=> Date: Sun, 13 Nov 2022 10:39:38 -0300 Subject: [PATCH] feat(ajustes): Feitos ajustes finais --- index.html | 2 +- styles/itens.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b2cbd76..20de721 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -
+

Shopping List

diff --git a/styles/itens.css b/styles/itens.css index eaa3a11..8e9d46c 100644 --- a/styles/itens.css +++ b/styles/itens.css @@ -1,3 +1,13 @@ +.center { + display: flex; + align-items: center; + justify-content: center; +} +.shopping-container { + display: flex; + flex-direction: column; + +} .shopping-result { max-width: 416px; }