I am trying to image and text in middle.
<div class="topHeader">
<img src="Images/loginheader.jpg" />
<span> Sample text</span>
</div>
div.topHeader {
height:70px;
background-color:#868686;
font-family: Segoe UI;
font-size:40px;
padding-left:30px;
}