【发布时间】:2016-05-13 17:25:56
【问题描述】:
]2
在大网格中的引导程序中,当“social recr..”标题需要换行时,它会给品牌标识列带来对齐问题,因为它的标题不够长,无法正确对齐。 如何解决引导问题
代码:
<br/>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Social Recruitment Campaigns</h3>
<img src="whatweCreate-SocialCampaign.png" class="img-responsive">
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Brand Identity</h3>
<img src="whatweCreate-BrandID.png" class="img-responsive">
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Responsive Career Websites</h3>
<img src="whatweCreate-responsive.png" class="img-responsive">
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Career Videos</h3>
<img src="whatweCreate-CareerVideo.png" class="img-responsive">
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Digital Marketing</h3>
<img src="whatweCreate-digitalMarketing.png" class="img-responsive">
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Games</h3>
<img src="whatweCreat-gamese.png" class="img-responsive">
</div>
【问题讨论】:
标签: twitter-bootstrap alignment