width
and height
example
In this example the block's width
and height
are set with in the CSS
By default, everything is aligned to the left. In this example, we align everything to the right
This is some text!
Here we're trying to center with text align
However centering with margin-left: auto
and margin-left: auto
works.