Appearance
css(styles: Partial<CSSStyleDeclaration>): this
Used for assigning styles to the selected elements.
$('.element').css({ color: 'red', fontSize: '16px', backgroundColor: '#f0f0f0', });