i have a social media icons section with html.
<li class="instagram pull-left"><a target="_blank" href="#"></a></li>
this is the style given to it.
.instagram a {
font-size: 22px;
display: inline-block!important;
text-align: center;
padding: 0;
background: #359BED !important;
color: #fff;
content: "\f16d";
font-family: FontAwesome;
}
i want to give background white and the color the gradient color used in instagram .how to do this? i tried but the gradient is coming as background.not for instagram icon.anybody pls help.