From 96ac70af716db1cb5d5b48ba40c06febfdda2678 Mon Sep 17 00:00:00 2001 From: Tiago Silva <98805333+TiagoFront-end@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:21:57 -0300 Subject: [PATCH] mundando posicionamento MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mudança de posicionamento do flex-direction de center para end, apenas para teste --- src/styles/bg__digimons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/bg__digimons.css b/src/styles/bg__digimons.css index 88663e5..768fd31 100644 --- a/src/styles/bg__digimons.css +++ b/src/styles/bg__digimons.css @@ -5,7 +5,7 @@ display: flex; justify-content: center; position: relative; - align-items: center; + align-items: end; /*overflow: hidden;*/ overflow: auto; @@ -14,4 +14,4 @@ background-size: cover; background-position: center; background-image: url('https://wallpapers.com/images/hd/digimon-background-0c5z28n63449d41g.jpg'); -} \ No newline at end of file +}