Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

border-width

 

Resumen

La propiedad (border-width) define el ancho del borde.

Sintaxis

 border-width: <border-width-value> {1,4} | heredado

Valores

<border-width-value>
thin | medium | thick | largo
thin
un borde fino.
medium
un borde mediano.
thick
un borde grueso.
<length>
El grosor de un borde es un valor explícito por lo cual el ancho no puede ser nunca negativo.
Nota: Un valor em también es reconocida y soportada.

Propiedades relacionadas

 

Ejemplos

Ver El Ejemplo Vivo

element { 
    border-width: thin;
    border-style: solid;
    border-color: #000;
}

Especificaciones

Compatibilidad

Navegador Versión mínima
Internet Explorer  
Firefox  
Netscape  
Opera  

Ver también

border, border-color, border-style, border-width

 

Categorías

Interwiki Languages

Etiquetas y colaboradores del documento

 Colaboradores en esta página: teoli, Yuichiro, Nathymig
 Última actualización por: teoli,