✓Changes savedTodo está sincronizado.
HTML + CSSToasts

Elastic success toast

A success message that bounces up from the bottom with a green check, stays a moment and slides away.

Settings

16px
1x

Code

<div class="uv-zs"><button class="fire">Show toast</button><div class="toast"><i>✓</i><span><b>Changes saved</b><small>Everything is in sync.</small></span></div></div>

Prompt for AI

Paste it into ChatGPT, Claude or Cursor and it will adapt the block to your project with these settings, even if you don’t use React.

More in Toasts

Where to use it

Confirmation is what people need right after something important. In a banking app, after sending a transfer, “Transfer sent” pops up with its green check and a short line of detail, then leaves by itself. A success toast notification in HTML and CSS, with a springy entrance that feels reassuring rather than loud.

Use it for actions that went through, not for ones still in progress. Write the result, not the action: “€250 sent to Ana” says more than “Success”. If the message includes an amount or a reference, give it a little longer on screen.