jquery 에서 특정항목에 스타일을 적용하려면?
$(function(){ $('body').css('background-color', 'red'); });
위와 같이 css함수를 이용하면 됩니다.
참고문서 : https://api.jquery.com/css/