<body style="background-color: aquamarine; color: coral">
// body 태그에 css적용
<h1>이건 내 웹페이지 지롱 ~</h1> // 제목 태그
<div>근데 공부 좀 힘들어 ㅠ...</div>
</body>
css 사용시, style = "안에 구분 없이 적용하고 자하는 효과 쭉 나열함."
css 에서 배경색은 background-color 인데
워딩 색변경은 단순 color일까?
text-color 가 맞지 않나..