Comunidad de diseño web y desarrollo en internet online

no logro integrar hoja css a mi php

Citar            
MensajeEscrito el 04 Ago 2015 06:52 pm
tengo una hoja de estilo y un documento html pero con extension php para poder incluir otros archivos
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

Por giulichajari

18 de clabLevel



 

chrome
Citar            
MensajeEscrito el 16 Ago 2015 09:50 pm
Amigo la cosas es q el contenedor tiene el atributo class="label", y en css tienes estas usando #label, tienes 2 opciones para arreglar tu problema... o pones el atributo id="label" en tu html y te funciona, o pones en tu css .label y tambien te funciona.

saludos.

Por franqgeek

48 de clabLevel



Genero:Masculino  

Desarrollador Web

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.