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;