Selector for p
that also have a class of '.cook':
p.cook {
color: green;
}
Select li
inside of .ingredients
class and style list item differently than its default value: list-style
:
.ingredients li {
list-style: square;
}
Selector for p
that also have a class of '.cook':
p.cook {
color: green;
}
Select li
inside of .ingredients
class and style list item differently than its default value: list-style
:
.ingredients li {
list-style: square;
}
For further actions, you may consider blocking this person and/or reporting abuse
Eleftheria Batsou -
Sonay Kara -
Niraj Narkhede -
Romain Guillemot -
Top comments (0)