Menu
×
×
Correct!
Exercise:Change the color of <p> elements, that are the siblings of a <div> element, to "red". Hint: To select siblings, separate the selectors with ~. |
Edit This Code:
Result:
|
Correct Code:
Result:
|