
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
네 뭐 심슨이 다 했다는데 프런트엔드는 처음 해봐서 어렵긴 하네

작성한 코드 및 에러 메세지
<!DOCTYPE html>
<body style="background-color: Gray;">
<html lang="en">
<!--언어는 한국어 입니다-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> 로그인 페이지| HTML </title>
</head>
<body>
<div class = "로그인페이지">
<h1>심슨이 다했다.</h1>
</div>
<div class = "아이디">
<p> 아이디 <input type="text"/> </p>
<p> 비밀번호 <input type="text"/> </p>
<button> 로그인 </button>
</body>
</html>
<!-- css 입니다-->
<style>
.로그인페이지
{
background-color: aliceblue;
width: 500px;
height: 320px;
Color: black;
text-align: center;
background-image: url("https://search.pstatic.net/sunny/?src=https%3A%2F%2Fi.pinimg.com%2F736x%2Fb8%2F2a%2F6a%2Fb82a6a8b4d950d7cd8e68333aff63916.jpg&type=sc960_832");
background-size: cover;
background-position: center;
padding-top: 50px;
margin: auto;
}
.아이디
{
background-color: aliceblue;
width: 500px;
height: 150px;
Color: black;
text-align: center;
background-size: cover;
background-position: center;
padding-top:30px;
margin:auto;
}
</style>
