Menu
×
×
Correct!
Exercise:Use the Green background color, white text color, 25 pixels font size and a padding of 15 pixels.
$("p").@(3)({
"@(16)": "@(5)",
"@(5)": "@(5)",
"@(9)": "@(4)",
"@(7)": "@(4)"
});
$("p").css({
"background-color": "green",
"color": "white",
"font-size": "25px",
"padding": "15px"
});
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?