我使用twitter bootstrap來開發響應式設計。我有一個div
,裏面有兩個div
。我如何讓它集中對齊?我給填充以使它居中對齊,但是在移動佈局中,由於填充而不能集中對齊,所以我刪除了填充。使集中對齊
http://jsfiddle.net/NsmtF/3/embedded/result/
<div class="row features">
<div class="span6">
<h3>Industry Operation Packages</h3>
<p>eCommerce, Sales and Customer Management, Purchasing and Vendor Management, Inventory Management, Build of Materials, Real-Time Production, Product Life Cycle, QA Management.</p>
</div>
<div class="span6">
<h3>Customer Relationship Management</h3>
<p>Client Real-Time Access to Accounting, Quote Management, Order Status, Production, Inventory, Shipping and complete RMA Process - Status, Product Failure Analysis and Statistic.</p>
</div>
</div>