css에서는 ,(콤마)로 선택자 여러 개의 스타일을 한꺼번에 지정할 수 있습니다.
ex
h1 { color: red; background: blue; } p { color: red; background: green; }
크css의 기본단위