Skip to content

Commit

Permalink
show-message
Browse files Browse the repository at this point in the history
  • Loading branch information
tchasinga committed Nov 14, 2023
1 parent 1c008fc commit e840cde
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,18 @@ body {
align-items: center;
background: rgba(255, 58, 58, 0.1);
}

.show-message {
background: rgb(255, 255, 255);
outline: 1px solid rgb(0, 213, 255);
max-height: 250px;
max-width: 350px;
min-width: 200px;
z-index: 1;
text-align: center;
padding: 20px 40px;
border-radius: 5px;
opacity: 0.9;
text-transform: uppercase;
font-weight: bold;
}

0 comments on commit e840cde

Please sign in to comment.