I'm making a website at the moment and i've run into a problem. In my CSS code i have the a border that is left of some social icons. It makes a 50 pixel box beside my social content. Is it possible for me to type into the 50px border box? I want to use an external font that has icons within the font and use them in the border boxCSS:\[code\]google {border-left: 50px solid #db4a39;color: #db4a39;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}\[/code\]If i can not type into the border can someone suggest an alternative option for me?