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-bottom-width

 

<< Volver

Resumen

border-bottom-width define el ancho del borde inferior de una caja.

Sintaxis

border-bottom-width: <border-width> | inherit

Valores

thin
un borde fino.
medium
un borde mediano.
thick
un borde grueso.
<length>
El espesor de un borde tiene un valor explícito. los anchos de borde no pueden ser negativos.
Nota : El valor em también es soportada.

Propiedades relacionadas

Ejemplos

Ver El Ejemplo Vivo

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

Especificacions

Compatibilidades

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

Ver también

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

 

Categorías

Interwiki Languages

Etiquetas y colaboradores del documento

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