3
div{
width: 400px;
background-color: #E7E7E7;
border:1px solid #C7C7C7;
}
i{
background: url(http://findicons.com/files/icons/2171/kiwi/32/admin.png) no-repeat center center;
background-size: 20px;
width: 50px;
height: 32px;
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
}
input[type="text"]{
line-height: 32px;
display: inline-block;
vertical-align: middle;
width: 343px;
border: none;
}
<div>
<i></i>
<input type="text">
</div>
What’s your question? You tried to do it somehow?
– Filipe Moraes
Welcome to SOPT. Would like to [Edit] your post and add the code you are using, so we can analyze and suggest a change. Thank you.
– David