【发布时间】:2015-02-07 15:03:21
【问题描述】:
我无法在此图标容器中居中放置橙色篮球。您可以通过此事件标题中的链接查看它,Website。如您所见,篮球不会保持居中。如果我创建字体的大小,它也会开始。此外,如果您向下看页面底部,我实际上有相同的设置,除了字体稍大但看起来还不错。即使我放大字体大小,这也应该有效。
HTML
<a title="MAYB Sanctioned Event" rel="nofollow" href="#mayb-sanctioned" class="btn"><i class="icon-ebt-container"><i class="icon-ebt-maybback"></i><i class="icon-ebt-maybmiddle"></i><i class="icon-ebt-maybfront"></i></i></a>
CSS
.icon-ebt-container {
position: relative;
}
.icon-ebt-maybfront:before {
color: #003F5F;
content: "\69";
}
.icon-ebt-maybmiddle:before {
color: #000000;
content: "\70";
position: absolute;
left:0;
top: -2px;
}
【问题讨论】:
-
您的网站链接是本地主机。
-
谢谢大佬,更新到live了。