Skip to content

Instantly share code, notes, and snippets.

@AnishDe12020
Created December 5, 2021 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnishDe12020/943a1b13826fd59ce41c387c5f3afd7e to your computer and use it in GitHub Desktop.
Save AnishDe12020/943a1b13826fd59ce41c387c5f3afd7e to your computer and use it in GitHub Desktop.
.toast {
display: flex;
align-items: center;
position: absolute;
top: 50px;
right: -500px;
background-color: black;
border-radius: 12px;
padding: 0.5rem 1rem;
border: 5px solid #029c91;
opacity: 0%;
transition: all 0.25s ease-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment