Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Challenge: Style Your First Web Page | Einstieg in CSS
CSS-Grundlagen

Challenge: Style Your First Web Page

Swipe um das Menü anzuzeigen

Task

The website displays brief information about planets. Improve its appearance by applying the following styles:

  • Select all elements with the text class name and set the text color to brown.
  • Select all elements with the sub-text class name and set the text color to gray.
  • Add a hover effect to all elements with the heading class name. Change the text color to darkblue when hovered.
index.html

index.html

index.css

index.css

  • Use . to select elements by class name.
  • Use :hover to apply styles when hovering.
index.html

index.html

index.css

index.css

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 6

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Abschnitt 1. Kapitel 6
some-alt