Skip to content

Commit

Permalink
salvar
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruna096 authored Sep 20, 2023
1 parent 2161094 commit 5eb244b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 5eb244b

Please sign in to comment.