Topcoat

CSS for clean and fast web apps

Notification

1

HTML

<span class="topcoat-notification">1</span>

CSS

.topcoat-notification {
  padding: 0.15em 0.5em 0.2em;
  border-radius: 2px;
  background-color: #ec514e;
  color: #fff;
}