【发布时间】:2016-01-01 03:11:17
【问题描述】:
现在看起来像this。
我现在的html是
<div class="col-lg-4 text-center">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p><a class="email specialcolor" href="mailto:sales@higherpromos.com">sales@higherpromos.com</a></p>
<i class="fa fa-2x fa-facebook fa-pull-left wow bounceIn social"></i>
<i class="fa fa-2x fa-twitter fa-pull-left wow bounceIn social"></i>
<i class="fa fa-2x fa-google-plus fa-pull-left wow bounceIn social"></i>
</div>
目前没有 CSS。我希望 facebook、google plus 和 twitter 徽标位于电话号码和电子邮件地址之间。我通过将 fa-pull-left 添加到类中来接近它,但它并不完全正确....
【问题讨论】:
-
您的代码看起来不像图像显示的那样。你能粘贴用于生成图像的代码吗?
-
就是图中的代码。我只是截取了网站上显示的内容。