Center text
Hello, (centered) World!
p { text-align: center; }
Center with margin
.child { ... margin: 0 auto; }