Created
December 5, 2021 10:05
-
-
Save AnishDe12020/f2fb95b3192f68b7dee08bcaf3284b58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment