Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Style Your First Web Page | Section
/
CSS Fundamentals

bookChallenge: Style Your First Web Page

メニューを表示するにはスワイプしてください

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

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

index.html

index.css

index.css

copy
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  6

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  6
some-alt