Challenge: Apply User Action Pseudo-Classes
メニューを表示するにはスワイプしてください
Task
We have a company website with contact information in the header section. Your task is to implement a color change when a user hovers over the links in the header section.
Steps:
- Select all
aelements with theheader-linkclass. - Use the appropriate pseudo-class for the hover effect.
- Apply the
colorproperty with the valuebluewhen the links are hovered.
index.html
index.css
- Use the
.and the class name to select an element by its class name. - Use the
:hoverpseudo-class to react on mouse cursor hover.
index.html
index.css
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 7
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 1. 章 7