panel.php
Código HTML :
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>Panel principal de usuario</title> <link rel="stylesheet" type="text/css" href="/css/estilos.css" /> </head> <body> <?php include("includes/php/header.php"); ?> <div class="label">hola </div> <?php include("includes/php/footer.php");?> </body> </html>
estilos.css
Código CSS :
#label{ font-size: 5000px; font-family: fantasy; }
hola deberia aparecer grande pero no hace ningun efecto
Agradezco su ayuda