how to center te3xt with css code example Example 1: center text in css .class { text-align: center; } Example 2: how to get my div to centre .div{margin: 0 auto;}