Am I typing something in wrong for the background image not to be working? All the folders and files are in the correct spot for it to work.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>First Project</title>
<link rel="stylesheet" href="css.folder/first_project.css">
</head>
<body>
<h1>marvelous day</h1>
</body>
</html>
h1 {
color: blue;
}
body {
background-image: url("img/pattern.png");
}