sass: scss/components/_alignment.scss
---
-Just add the class center any element and you’ll be good to go. Inky will handle the magic behind the scenes! In the regular old CSS version, you’d have to fiddle with adding a “.center” class and a <code><center></code> tag to make sure things are centered. Now you just just need to add the class and move on ahead!
+Just add the class center any element and you’ll be good to go. Inky will handle the magic behind the scenes! In the regular old CSS version, you’d have to fiddle with adding a “.text-center” class and a <code><center></code> tag to make sure things are centered. Now you just just need to add the class and move on ahead!
--- /dev/null
+<container>
+ <row>
+ <columns small="12" large="12" class="text-center">
+ <center>
+ <p class="text-center">I should be centered</p>
+ </center>
+ </columns>
+ </row>
+ <row>
+ <columns small="12" large="12" class="text-center">
+ <center>
+ <img src="http://placehold.it/200x150">
+ </center>
+ </columns>
+ </row>
+</container>
+