<div class="parent">
<div class="left-child">
<img src="logo.jpg" alt="logo">
</div>
<div class="right-child">
<form action="#">
<input type="text" value="search">
</form>
</div>
</div>
Is there a way to vertically align the right-child
form as the height of the left-child
logo changes?
Any assistance would be greatly appreciated.
Note: The logo's height will vary since it is uploaded by the user. Therefore, the exact height is unknown to me.