Estoy en el peldano 48 y realmente no entiendo que es lo que hay que quitar.
The :not pseudo-selector can be used to select all elements that do not match the given CSS rule.
div:not(#example) {
color: red;
}
The above selects all div elements without an id of example .
Modify your .daily-value p selector to exclude the .no-divider elements.
Any help out there.
