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

bookChallenge: 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.
index.html

index.html

index.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.
index.html

index.html

index.css

index.css

copy

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 6

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

bookChallenge: 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.
index.html

index.html

index.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.
index.html

index.html

index.css

index.css

copy

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 6
some-alt