d-inline-block не работает Я пробовал с css, но все равно он не работает
<div class="d-inline-block">
<!--Service Image-->
<div class="service_img container d-inline-block">
<img class="responsive" src="/img/service.jpg">
</div>
<!--Service Content-->
<div class="container d-inline-block">
<p>
Scroll Up and Down this page to see the parallax scrolling effect.
This div is just here to enable scrolling.<br>
Tip: Try to remove the background-attachment property to remove the scrolling effect.
</p>
</div>
</div>