Gente o arquivo site.css que eu criei não está funcionando. Os arquivos estão em uma mesma pasta.
Arquivo HTML:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sobre mim - João da Silva</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" herf="site.css">
</head>
Arquivo CSS:
body {
font-family: "Times New Roman", serif;
background-color: #F2FFFC;
}
h1{
font-family: "Arial", sans-serif;
background-color: #851944;
color: #FFF;
text-align: center;
}
h2 {
font-family: "Arial", sans-serif;
}
p {
text-align: justify;
}