I am facing a dilemma once again and could really use a helping hand.
I have created an exciting animation that I have placed within a Bootstrap 4 tab, but I'm struggling to center it vertically.
Is there someone out there who could help me out? Thank you in advance.
<main role="main" class="container">
<div class="tab-content">
<div class="tab-pane active" id="tab1">
<h4>test1</h4>
tab1
</div>
<div class="tab-pane" id="tab2">
<br>
<br>
<!-- copy these lines to your document: -->
<div id="press_hype_container" style="margin:auto;position:relative;width:600px;height:400px;overflow:hidden;">
<script type="text/javascript" charset="utf-8" src="press.hyperesources/press_hype_generated_script.js?41934"></script>
</div>
<!-- end copy -->
</div>
<div class="tab-pane" id="tab3">
<h4>test3</h4>
tab3
</div>
<div class="tab-pane" id="tab4">
<h4>test4</h4>
</div>
</div>
</main>