Preview:
<div class="all-toast-container">
      <div class="toast-container bg-blue border-round fc-green">
             <p class="toast-detail">saved!!</p>
             <i class="fas fa-times"></i>
       </div>
		<div class="toast-container bg-red border-round fc-red">
              <p class="toast-detail">Not saved!! try again later</p>
               <i class="fas fa-times"></i>
        </div>
 </div>
<div class="all-toast-container">
	 <div class="simple-toast-container bg-with-shadow">
         <p class="toast-detail">Can't send photo. Retry in 5 seconds.</p>
            <div class="button-icon-container">
               <span><button class="btn btn-primary border-round">Retry</button></span>
               <i class="fas fa-times"></i>
              </div>
         </div>
</div>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter