Challenge: Style Your First Web Page
Svep för att visa menyn
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.css
- Use
.to select elements by class name. - Use
:hoverto apply styles when hovering.
index.html
index.css
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 6
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Avsnitt 1. Kapitel 6