Challenge: 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.css
- Use
.to select elements by class name. - Use
:hoverto apply styles when hovering.
index.html
index.css
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 6
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 1. 章 6