How can I vertically center this multiple Line p Element in this div while keeping it at the left side of the page?
I tried already to display the parent div as table but this seems to be marked as !important in the bootstrap css.
Thanks!
<div class="row">
<div class="col-3">
<img src="images/pk1.jpg" alt="Telefon">
</div>
<div class="col-9">
<p>asdadadas<br>asdasdasad</p>
</div>
</div>