show icon in input field
background: url(images/comment-author.gif) no-repeat scroll 7px 7px;
padding-left:30px;
show icon in input field
background: url(images/comment-author.gif) no-repeat scroll 7px 7px;
padding-left:30px;
html input with icon right
<div class="input-icon-wrap">
<span class="input-icon">
<span class="fa fa-user"></span>
</span>
<input type="text" class="input-with-icon" id="form-name">
</div>
// css
.input-icon-wrap {
border: 1px solid #ddd;
display: flex;
flex-direction: row;
}
.input-icon {
background: #ddd;
}
.input-with-icon {
border: none;
flex: 1;
}
.input-icon, .input-with-icon {
padding: 10px;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us