Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Format Text with CSS | Styling Text in CSS
CSS Fundamentals
course content

Kursinnehåll

CSS Fundamentals

CSS Fundamentals

1. Getting Started with CSS
2. Styling Text in CSS
3. The CSS Box Model & Spacing Elements
4. Mastering Flexbox for Layouts
5. Adding Decorative Effects with CSS

book
Challenge: Format Text with CSS

Task

To enhance the visual presentation of the h1 element, apply the following styles:

  • Add an underline.

  • Convert all letters to uppercase.

  • Horizontally recenter the text.

  • Set the line height to 2.

  • Adjust the letter spacing to 2px.

  • Increase the space between words to 5px.

  • Apply a text shadow with the values 2px 2px #000000.

html

index.html

css

index.css

copy
  • text-decoration: Underlines the text.

  • text-transform: Converts the text to uppercase.

  • text-align: Centers the text horizontally.

  • line-height: Sets the height of the text.

  • letter-spacing: Increases the space between letters.

  • word-spacing: Increases the space between words.

  • text-shadow: Adds a shadow.

html

index.html

css

index.css

copy

Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 2. Kapitel 3

Fråga AI

expand
ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

course content

Kursinnehåll

CSS Fundamentals

CSS Fundamentals

1. Getting Started with CSS
2. Styling Text in CSS
3. The CSS Box Model & Spacing Elements
4. Mastering Flexbox for Layouts
5. Adding Decorative Effects with CSS

book
Challenge: Format Text with CSS

Task

To enhance the visual presentation of the h1 element, apply the following styles:

  • Add an underline.

  • Convert all letters to uppercase.

  • Horizontally recenter the text.

  • Set the line height to 2.

  • Adjust the letter spacing to 2px.

  • Increase the space between words to 5px.

  • Apply a text shadow with the values 2px 2px #000000.

html

index.html

css

index.css

copy
  • text-decoration: Underlines the text.

  • text-transform: Converts the text to uppercase.

  • text-align: Centers the text horizontally.

  • line-height: Sets the height of the text.

  • letter-spacing: Increases the space between letters.

  • word-spacing: Increases the space between words.

  • text-shadow: Adds a shadow.

html

index.html

css

index.css

copy

Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 2. Kapitel 3
Vi beklagar att något gick fel. Vad hände?
some-alt