<div class="container">
<span>5</span>
Lorem ipsum dolor sit amet consectetur.
</div>
.container {
overflow: hidden;
border: 1px solid red;
width: 200px;
font-weight: 700;
font-size: 24px;
padding: 0 0 5px 0;
background: gray;
}
span {
flat: left;
flex-shrink: 0;
margin-right: 6px;
width: 32px;
height: 24px;
background: #FFFFFF;
border-radius: 10px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #000000;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.