Skip to content

Commit

Permalink
Criando um aviso de Biblioteca vazia
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusGODZILLA committed Jun 30, 2023
1 parent 38c5def commit ccd0bfd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,20 @@ tr:nth-child(even) {

.delete-button {
background-color: #f44336;
}

#null{
display: flex;
flex-direction: row;
justify-content: center;
text-align: center;
align-items: center;
background-color: #72717f;
border: 3px solid #37393A;
border-radius: 5px;
padding: 12px;
overflow: auto;
width: 300px;
margin: 0 auto;
margin-top: 90px;
}

0 comments on commit ccd0bfd

Please sign in to comment.