This is what I need
Is it possible to center Title between two divs which can have different size? Without JS.
<div class="parent">
<div class="subtitle">Subtitle</div>
<h2>Title</h2>
<div class="subtitle">Subtitle</div>
</div>
I checked Stretch (vertically) middle div between the other two but I don't know max-height
for header
, footer
in my case.