<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