Alert/Notification CSS Generator

Generate CSS alert and notification boxes with live preview.

36.5Kuses
9.1/10(36)
i
This is a info alert message. Use it to provide feedback to users.
8px
16px
14px
4px

CSS Code

.alert {
  background: #1e3a5f;
  border: 1px solid #3b82f6;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  padding: 16px;
  color: #93c5fd;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.alert-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3b82f6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.