Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Add The Styles using the Class Name | Introduction to CSS

Challenge: Add The Styles using the Class NameChallenge: Add The Styles using the Class Name

Task

The website provides brief information about the planets. The task is:

  • Select all elements with the text class name and apply the color property with the value brown.
  • Select all elements with the sub-text class name and apply the color property with the value grey.
html

index.html

css

index.css

js

index.js

Use . and its class name (e.g., .text) to select an element by its class name.

html

index.html

css

index.css

js

index.js

Tudo estava claro?

Seção 1. Capítulo 5

Challenge: Add The Styles using the Class NameChallenge: Add The Styles using the Class Name

Task

The website provides brief information about the planets. The task is:

  • Select all elements with the text class name and apply the color property with the value brown.
  • Select all elements with the sub-text class name and apply the color property with the value grey.
html

index.html

css

index.css

js

index.js

Use . and its class name (e.g., .text) to select an element by its class name.

html

index.html

css

index.css

js

index.js

Tudo estava claro?

Seção 1. Capítulo 5
some-alt