Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 10 lesson 6 what's wrong

give me solution


// add style to it
btn.style.padding="10px";
btn.style.backgroundColor="#4535AA";
btn.style.textColor="white";
btn.style.cursor="pointer";



by

1 Answer

Ashutoshry6u3
try this

// add style to it
btn.style.padding="10px";
btn.style.backgroundColor="#4535AA";
btn.style.color="White";
btn.style.cursor="pointer";

Login / Signup to Answer the Question.