Align form text at baseline of image
I want to do something like the following, but I can't figure out how to
align the logout link just above the navigation bar, without specifying an
explicit padding or line-height which breaks the layout if the size of the
image changes.
<img src="logo.png" />
<a> logout link </a>
<div> navigation bar </div>
I am using bootstrap, but I am also fine with a non-bootstrap solution.
Thanks for your time.
No comments:
Post a Comment