Basic Type Styling Exercise

In this exercise, we are going to demonstrate the possible values for each of the following five CSS properties.

  1. font-weight
  2. font-style
  3. letter spacing
  4. text-transform
  5. text-decoration

Font-Weight

Here is some text, lets see how we can style it!

Values: font-weight = bold

Font-Style

Here is some text, lets see how we can style it!

Values: font-style = italic

Letter Spacing

Here is some text, lets see how we can style it!

Values: letter-spacing = 0.6em

Text Transform

Here is some text, lets see how we can style it!

Values: text-transform = uppercase

Text Decoration

Here is some text, lets see how we can style it!

Values: text-decoration = underline