<h1 style = "color : aqua;"> css 사용법을 익혀봅시다!></h1>
<style> ul{ background-color: pink; } h1, h2{ color : grey; } </style>
<link rel="stylesheet" href="/02.css/index.css">