Skip to content

Commit

Permalink
styling the toast
Browse files Browse the repository at this point in the history
  • Loading branch information
eziraa committed Jul 11, 2024
1 parent dbac9a1 commit 8b387d2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,22 @@ body {

.btn:active {
border: 2px transparent solid;
}

.toast{
border-radius: 0.4rem;
background-color: #3e3d3d;
padding: 0.8rem 1rem;
font-weight: 300;
letter-spacing: 1px;
position: fixed;
left: 50%;
transform: translateX(-50%);
top: 1rem;
z-index: 4;
}


.hidden{
display: none;
}

0 comments on commit 8b387d2

Please sign in to comment.