<div class="badge">
<div class="title-block">
<span class="title-block-text">
Things
</span>
</div>
12345
</div>
.badge {
display: inline-block;
color: cornflowerblue;
}
.title-block {
display: inline-block;
padding: 0.5rem;
background: currentcolor;
}
.title-block-text {
color: white;
}
body {
padding: 1rem;
font-family: Futura, "Segoe UI", sans-serif;
font-size: 1.5rem;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.