Zusty CSS Logo
Zusty CSS Logo
Version 1.2.0 is out now. Check out Release Notes.

Note Block

A note block for message.


Structure

What is it?

It is just a note block

<div class="zust-note" role="note">
  <h3>What is it?</h3>
  <p>It is just a note block</p>
</div>


Colors

This includes all theme colors use any of them.

Default - Primary

Hey it's primary

Warning

This is warning, just ignore.

Error

Check for faulty parts.

Success

Faulty thing fixed!

<div class="zust-note" role="note">
  <h3>Default - Primary</h3>
  <p>Hey it's primary</p>
</div>

<div class="zust-note zust-warning" role="note">
  <h3>Warning</h3>
  <p>This is warning, just ignore.</p>
</div>

<div class="zust-note zust-error" role="note">
  <h3>Error</h3>
  <p>Check for faulty parts.</p>
</div>

<div class="zust-note zust-success" role="note">
  <h3>Success</h3>
  <p>Faulty thing fixed!</p>
</div>

<div class="zust-note zust-link" role="note">
  <h3>Link</h3>
  <p>Finally Link?</p>
</div>

checkSuccessfully Copied

Get involved in improving Zusty CSS.

Report a BugFeature Request

Support us by

Starring it on GitHubJoining our Discord ServerSharing on Twitter

Rapid Search Inside of Docs