Olá pessoal, é uma pergunta besta mas não estou entendendo porque não consigo alterar cor do header...
No HTML
<!DOCTYPE html>
<html lang="br-pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-widhth">
<title>Teste</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="box1">
</div>
</header>
<main>
</main>
</body>
</html>
No css
body{
background: #cccccc;
}
.box1{ /* ou header */
background: #000000;
}
não tem nada no arquivo mas quando tento com header ou class box1 não vai...