font awesome before after
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "f007";
font awesome before after
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "f007";
before css font awesome
css code
---------
.wrapper {
width:160px;
margin:20% auto;
}
p {
border:1px solid #666;
padding:12px 25px;
}
p.email:before,
p.mobile:before{
font-family: FontAwesome;
display: inline-block;
padding-right: 6px;
vertical-align: middle;
}
p.mobile:before {
content: "f095";
}
p.email:before {
content: "f003";
}
html code
------------
<div class="container">
<div class="row wrapper">
<p class="mobile">Mobile No</p>
<p class="email">Email</p>
</div>
</div>
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