아니 진짜 이유를 모르겠네


헤더 배경 이미지가 안떠요;;; 어뜩함?


▼ 본문

<!DOCTYPE html>

<html lang="ko">

<head>

<meta charset="utf-8">

<link rel="stylesheet" href="stylesheet/style.css" type="text/css">

<title>hello</title>

</head>

<body>

<header>

<h1>teset</h1>

<nav>

***생략

</nav>

</header>

<section>

<article>

                          ***생략

</article>

</section>

<footer>

***생략

</footer>

</body>

</html>



이며


▼ css파일


header {

height: 280px;

margin-top: 0;

background-image: url(img/header.png);

background-repeat: no-repeat;

background- left top;

}




경로지정도 잘되어있고... 도대체 이유를 모르겠네요


해더부분에 배경이미자 안나와용 ㅠㅠ