From 94c0d77e1de6fd43b3bf27ebb34353f2fb33dd3f Mon Sep 17 00:00:00 2001 From: Andresa Date: Thu, 13 Oct 2022 10:02:03 -0300 Subject: [PATCH] flex --- estilo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/estilo.css b/estilo.css index d640bd2..7aa9a50 100644 --- a/estilo.css +++ b/estilo.css @@ -107,9 +107,9 @@ flex-wrap: wrap; .linha-imagens{ margin-bottom: 129px; -display: flex; -justify-content: space-between; -align-items: center; +display: flex +justify-content: space-between +align-items: center }