HTML Vertically Center h1
问题 I have this html that contains two inline divs: HTML div.inline { display: inline-block; } <div class="inline"> <img src="http://via.placeholder.com/350x150" /> </div> <div class="inline"> <h1 class="title"> TOPIC </h1> </div> The image and the h1 are shown correctly side by side. Now i would like the h1 to be vertically centered. It should be somthing like this +----------+ | | | IMG | TOPIC | | +----------+ How do i do this? 回答1: you can use flex .container { display: flex; align-items: