Esta página ha sido traducida del inglés por la comunidad. Aprende más y únete a la comunidad de MDN Web Docs.

View in English Always switch to English

border-bottom-width

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨julio de 2015⁩.

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;
}

Especificaciones

Specification
CSS Backgrounds and Borders Module Level 3
# border-width

Compatibilidad con navegadores

Ver también

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