Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Explore Font Properties | Styling Text in CSS
CSS Fundamentals
course content

Kursusindhold

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: Explore Font Properties

Task

Let's apply various font properties to specific elements:

For h1:

  • Font family: Arial.

  • Font size: 36px.

  • Font weight: 600.

  • Font style: italic.

For p:

  • Font family: Georgia.

  • Font size: 18px.

  • Font weight: 400.

  • Font style: normal.

html

index.html

css

index.css

copy
  • font-family: Specifies the font family.

  • font-size: Defines the font size.

  • font-weight: Sets the font weight.

  • font-style: Specifies the font style.

html

index.html

css

index.css

copy

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 6

Spørg AI

expand
ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

course content

Kursusindhold

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: Explore Font Properties

Task

Let's apply various font properties to specific elements:

For h1:

  • Font family: Arial.

  • Font size: 36px.

  • Font weight: 600.

  • Font style: italic.

For p:

  • Font family: Georgia.

  • Font size: 18px.

  • Font weight: 400.

  • Font style: normal.

html

index.html

css

index.css

copy
  • font-family: Specifies the font family.

  • font-size: Defines the font size.

  • font-weight: Sets the font weight.

  • font-style: Specifies the font style.

html

index.html

css

index.css

copy

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 6
Vi beklager, at noget gik galt. Hvad skete der?
some-alt