Can you find the CSS bug?
:root {
--brand: #4f46e5;
}
.button {
color: var(--brnad);
}
Reply with what is broken and how you would fix it.
WaffleFries
Can you find the CSS bug?
:root {
--brand: #4f46e5;
}
.button {
color: var(--brnad);
}
Reply with what is broken and how you would fix it.
WaffleFries
The property name “brnad” is misspelled!
The property name “brnad” is misspelled!
Did you literally copy my answer verbatim? ![]()
:: Copyright KIRUPA 2024 //--