Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/08/2002, 16:18
Avatar de .
.
 
Fecha de Ingreso: mayo-2002
Ubicación: Tampico
Mensajes: 906
Antigüedad: 21 años, 11 meses
Puntos: 1
Re: No coje estilo de un boton

input.boton {
font-family: Verdana, sans-serif;
font-size: 10px;
color: #ffff00;
border: 1px #663300 solid;
background-color: #996633;
font-weight: bold
}

<link rel="STYLESHEET" type="text/css" href="estilos.css">

<input type="submit" class="boton" value="Enviar">