
이미지가 안들어가지네요.
<meta charset="UTF-8">
<title>안녕하세요. 첫페이지입니다.</title>
<style>
.mytitle{
background-color: green;
width: 300px;
height: 200px;
color: white;
text-align: center;
background=image: url("https://www.ancient-origins.net/sites/default/files/field/image/Agesilaus-II-cover.jpg");
background-size: cover;
background-position: center;
border-radius: 10px;
}
</style>
</head>
<body>
<div class="mytitle">
<h1 >여기는 로그인이에요.</h1>
<h5>아이디, 비밀번호를 입력해주세요</h5>
</div>
<p>id : <input type=""text"/> 여기는 문단이에요</p>
<p>pw : <input type=""text"/> 여기는 문단이에요</p>
<button> 로그인하기</button>
