add more than 2 css jquery code example
Example: add more than 2 css jquery
//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});
//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});