Challenge: Style with Class Selectors
Task
The website provides brief information about the planets. The task is:
- Select all elements with the
text
class name and apply thecolor
property with the valuebrown
. - Select all elements with the
sub-text
class name and apply thecolor
property with the valuegrey
.
index.html
index.css
Use .
and its class name (e.g., .text
) to select an element by its class name.
index.html
index.css
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 1. Luku 5
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 2.5
Challenge: Style with Class Selectors
Pyyhkäise näyttääksesi valikon
Task
The website provides brief information about the planets. The task is:
- Select all elements with the
text
class name and apply thecolor
property with the valuebrown
. - Select all elements with the
sub-text
class name and apply thecolor
property with the valuegrey
.
index.html
index.css
Use .
and its class name (e.g., .text
) to select an element by its class name.
index.html
index.css
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 1. Luku 5