From 5eb244bf8e1b44e9d52dd7c0f6f8b9d4d9de2b54 Mon Sep 17 00:00:00 2001 From: Bruna <108538735+Bruna096@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:12:39 -0300 Subject: [PATCH] salvar --- css/estilos.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/estilos.css b/css/estilos.css index 466d3e9..edfc55b 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -4,11 +4,12 @@ --vermelha-escura: #af303f; --branca: #fff; --luz: rgb(229, 255, 0); + --preto:#000000; } body { align-items: center; - background: linear-gradient(45deg, #996ae4 0%,#79b4f8 100%); + background: linear-gradient(45deg, #38225a 0%,#091d35 100%); display: flex; justify-content: center; flex-direction: column; @@ -23,7 +24,7 @@ h1 { } .teclado { - background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); + background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); box-shadow: 6px 8px 0 6px #666, 10px 10px 10px #000; border-radius: 30px; display: grid;