我正在做一个网站,我遇到了一个问题。在我的 CSS 代码中,我有一些社交图标左侧的边框。它在我的社交内容旁边制作了一个 50 像素的框。
我可以在 50px 边框框中输入内容吗?我想使用在字体中有图标的外部字体并在边框框中使用它们
CSS:
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;
}
如果我无法输入边框,有人可以为我建议一个替代选项吗?