I try to make this
But i don’t know to do that
<div class="row justify-content-center">
<div class="col-3 me-3" style="background-color: #F1F3F8; border-radius: 10px;">
<div class="row">
<div class="col-6">
<img src="/src/photos/event_upcoming.svg"
class="img-fluid mx-auto" />
</div>
<div class="col-6">
<p>Срок обучения<br>6 месяцев</p>
</div>
</div>
</div>
</div>
2
Answers
Please find below the output, let me know if any doubts with the CSS
You can simply achieve that like this:
HTML:
CSS