Ajouter plus de 2 CSS jQuery

//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});
 
mukashwasti_