/ Published in: CSS
Grid styling
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.row .centered { display:block; float:none; margin-left:auto; margin-right:auto; }