Bienvenidos al blog de Diego Valencia

jueves, 16 de abril de 2015

CLASE ABRIL 15 DE 2015

TEMA: CSS

<input type="botton" id="boton">

#boton {
width:30px; ------------------ ancho
height:30px; ----------------- alto
}

<span class="titulo"> hola </span> 

.titulo {
color:"#FF0000";
}

Reglas css


  • Html
        Se usan las etiquetas normales, por ejemplo: <p> ; bgcolor ; <i> ; etc.

  • #
         <span id="hola" > Hola que tal </span>

         #hola {
         font-fanily: Georgia;
         }

  • .
      <span class="hi" > Hola que tal </span>


         .hi {
         font-fanily: cursive;
         }



No hay comentarios:

Publicar un comentario