所以我试图让组件像在这张照片中一样进行布局。我很好地使用了引导程序,并且已经编写了按钮样式。我已经搞砸了 display:inline-block 和 floats 但我还没有得到组件的适当对齐。
我使用的标记如下。
<section class="row">
<article class="span12">
<article class="well">
<h3>Interested in working with us?</h3>
<p>We are currently accepting projects for Fall 2013.</p>
<a class="btn hero-btn" href="#">Get In Touch</a>
</article>
</article>
</section>