width and height example

In this example the block's width and height are set with in the CSS

Border property example

This is a heading that will get a solid blue curved border using CSS.

Alignment example 1: right alignment

By default, everything is aligned to the left. In this example, we align everything to the right

This is some text!

Alignment example 2: centering

Here we're trying to center with text align

However centering with margin-left: auto and margin-left: auto works.