<div class="status">
<div class="status__title">Статус подписки</div>
<div class="status__value">Неактивна</div>
</div>
.status {
position: relative;
max-width: 400px;
padding: 40px 50px 60px;
background: radial-gradient(
ellipse at right 90px bottom 0,
#6d0c1d 0%,
#000 68%
);
text-align: right;
}
.status__title {
margin-bottom: 16px;
color: #ccc;
}
.status__value {
font-size: 28px;
color: #f00;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.