Não funcionando css
Galera é uma dúvida boba, o css não está funcionando e não achei o motivo.
index:
<?php include "include/header.php"; ?>
<article>
<span id="titulo">
<h2>Dados Complementares do Caso</h2>
</span>
</article>
header:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>.::. SINAN RIO - 2014 .::.</title>
<link rel="stylesheet" href="../css/style.css">
</head>
<body>
style:
#titulo h2{
font-family: Arial, Verdana, Tahoma, Sans-Serif;
color: #FFF;
font-size: 18px;
}
A hierarquia das pastas estão assim:
fichas
-index.php
--css
---style.css
--include
---header.php
Discussão (2)
Carregando comentários...