<h1 class="myH1">The Element Object</h1>
$(".myH1").css({
'font-size' : '40px',
'color' : 'red',
'font-family' : 'arial',
});
HTML
CSS
JS