Exercise:

Use the css() method to set the following styles for <p>:
Green background color, white text color, 25 pixels font size and a padding of 15 pixels.

Syntax hint: css({"propertyname":"value","propertyname":"value",...});

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © subhodaya.com