HTML - The Grid - Centered


/ Published in: HTML
Save to your folder(s)

Grid HTML


Copy this code and paste it in your HTML
  1. <!-- ROW -->
  2. <div class="row">
  3. <div class="span3 cols centered">
  4. </div>
  5. </div>
  6. <!--// ROW -->

Report this snippet


Comments


You need to login to view comments.