CSS - The Grid - Centered


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

Grid styling


Copy this code and paste it in your HTML
  1. .row .centered {
  2. display:block;
  3. float:none;
  4. margin-left:auto;
  5. margin-right:auto;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.