
안녕하세요! 1-7강 0:55 까지 코드를 따라 적었는데 저장을 해도 페이지에서 '로그인 페이지' 글씨가 빨간색으로 바뀌지 않아요. 어떤 부분이 잘못된건지 알 수 있을까요?

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.mytitle {
colcr: red;
}
</style>
</head>
<body>
<h1 class="mytittle">로그인 페이지</h1>
<p>ID : <input type="text" /></p>
<p>PW : <input type="text" /></p>
<button> 로그인하기</button>
</body>
</html>
