HTML
<link rel="stylesheet" href="style.css/css" type="text/css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PokéDex</title>
</div>
<div class=" logo">
</div>
</header>
CSS
.body {
background-color: blue;
}
.borda {
background-color: red;
height: 60px;
}
estou usando vs code