this is the lesson "CSS getting started"
I am a level one heading
This is a paragraph of text. In the text is a span element and also a link.
This is the second paragraph. It contains an emphasized element.
- Item one
- Item two
- Item three
The following is large box -> innerLargeBox. Still need to work on background-image property and how to use images there.
This paragraph has class "at-test" so we can test the media query thing. Change the browser width, which should change the width of this paragraph to see what happens.
Short-hand properties are css properties that allow setting multiple things at once in a single line. For example:
This paragraph is long hand
and this one is short hand
They have the same styling through different means.